className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
FWebJSFunction::operator() | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename... ArgTypes> void operator() ( ArgTypes... Args ) const | [] |
|
FWebJSFunction::FWebJSFunction | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSFunction ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< FWebJSScripting > InScripting, const [FGuid](API\Runtime\Core\Misc\FGuid) & InFunctionId ) | [] |
|
FWebJSFunction::FWebJSFunction | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSFunction() | [] |
|
FWebJSFunction | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | Representation of a remote JS function.FWebJSFunctionobjects represent a JS function and allow calling them from native code.FWebJSFunctionobjects can also be added to delegates and events using the Bind/AddLambda method. | WebBrowser | struct FWebJSFunction : public [FWebJSCallbackBase](API\Runtime\WebBrowser\FWebJSCallbackBase) | [] |
FWebJSParam::FStructWrapper::GetData | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | virtual const void &42; GetData&40;&41; | [] |
|
FWebJSParam::FStructWrapper::Clone | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | virtual IStructWrapper &42; Clone&40;&41; | [] |
|
FWebJSParam::FStructWrapper::FStructWrapper | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FStructWrapper &40; const T & InValue &41; | [] |
|
FWebJSParam::FStructWrapper::GetTypeInfo | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | virtual UStruct &42; GetTypeInfo&40;&41; | [] |
|
FWebJSParam::FStructWrapper::~FStructWrapper | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | virtual &126;FStructWrapper&40;&41; | [] |
|
FStructWrapper | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename T> struct FStructWrapper : public [FWebJSParam::IStructWrapper](API\Runtime\WebBrowser\FWebJSParam\IStructWrapper) | [
{
"type": "T",
"name": "StructValue",
"description": ""
}
] |
|
FWebJSParam::IStructWrapper::Clone | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | IStructWrapper &42; Clone&40;&41; | [] |
|
FWebJSParam::IStructWrapper::GetData | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | const void &42; GetData&40;&41; | [] |
|
FWebJSParam::IStructWrapper::GetTypeInfo | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | UStruct &42; GetTypeInfo&40;&41; | [] |
|
FWebJSParam::IStructWrapper::~IStructWrapper | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | virtual &126;IStructWrapper&40;&41; | [] |
|
IStructWrapper | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | struct IStructWrapper | [] |
|
PTYPE_ARRAY | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_ARRAY } | [] |
|
PTYPE_BOOL | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_BOOL } | [] |
|
PTYPE_INT | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_INT } | [] |
|
PTYPE_MAP | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_MAP } | [] |
|
PTYPE_DOUBLE | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_DOUBLE } | [] |
|
PTYPE_STRING | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_STRING } | [] |
|
PTYPE_NULL | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_NULL } | [] |
|
PTYPE_OBJECT | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_OBJECT } | [] |
|
PTYPE_STRUCT | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | enum { PTYPE_STRUCT } | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam() | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( double Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( uint64 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( float Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( const [FString](API\Runtime\Core\Containers\FString) & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( const [FText](API\Runtime\Core\Internationalization\FText) & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( const [FName](API\Runtime\Core\UObject\FName) & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( const TCHAR * Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename T> FWebJSParam ( const [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), T > & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename T> FWebJSParam ( const [TArray](API\Runtime\Core\Containers\TArray)< T > & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( bool Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename K, typename T> FWebJSParam ( const [TMap](API\Runtime\Core\Containers\TMap)< K, T > & Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( const [FWebJSParam](API\Runtime\WebBrowser\FWebJSParam) & Other ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( [FWebJSParam](API\Runtime\WebBrowser\FWebJSParam) && Other ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | template<typename T> FWebJSParam ( const T & Value, typename [TEnableIf](API\Runtime\Core\Templates\TEnableIf)<< T >::Value, [UStruct](API\Runtime\CoreUObject\UObject\UStruct) >::Type * InTypeInfo ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( int8 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( int16 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( int32 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( uint16 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( uint8 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( uint32 Value ) | [] |
|
FWebJSParam::FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSParam ( int64 Value ) | [] |
|
FWebJSParam::~FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | ~FWebJSParam() | [] |
|
FWebJSParam | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | struct FWebJSParam | [
{
"type": "union FWebJSPar...",
"name": "@14201",
"description": ""
},
{
"type": "TArray<FWebJSP...",
"name": "ArrayValue",
"description": ""
},
{
"type": "bool",
"name": "BoolValue",
"description": ""
},
{
"type": "double",
"name": "DoubleValue",
"description": ""
},
{
"type": "int32",
"name": "IntValue",
"description": ""
},
{
"type": "TMap<FString, ...",
"name": "MapValue",
"description": ""
},
{
"type": "UObject*",
"name": "ObjectValue",
"description": ""
},
{
"type": "constFString&...",
"name": "StringValue",
"description": ""
},
{
"type": "IStructWrapper...",
"name": "StructValue",
"description": ""
},
{
"type": "enum FWebJSPara...",
"name": "Tag",
"description": ""
}
] |
|
FWebJSResponse::Failure | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | Indicate failed completion, passing an error message back to JS. The remote Promise's catch() handler will be executed with the value passed as the error reason. | WebBrowser | template<typename T> void Failure ( T Arg ) const | [] |
FWebJSResponse::Success | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | Indicate successful completion without a return value. The remote Promise's then() handler will be executed without arguments. | WebBrowser | void Success() const | [] |
FWebJSResponse::Success | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | Indicate successful completion passing a return value back. The remote Promise's then() handler will be executed with the value passed as its single argument. | WebBrowser | template<typename T> void Success ( T Arg ) const | [] |
FWebJSResponse::FWebJSResponse | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSResponse ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< FWebJSScripting > InScripting, const [FGuid](API\Runtime\Core\Misc\FGuid) & InCallbackId ) | [] |
|
FWebJSResponse::FWebJSResponse | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | WebBrowser | FWebJSResponse() | [] |
|
FWebNavigationRequest | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h | WebBrowser | struct FWebNavigationRequest | [
{
"type": "bool",
"name": "bIsExplicitTransition",
"description": ""
},
{
"type": "bool",
"name": "bIsMainFrame",
"description": ""
},
{
"type": "bool",
"name": "bIsRedirect",
"description": ""
},
{
"type": "EWebTransitionS...",
"name": "TransitionSource",
"description": ""
},
{
"type": "EWebTransitionS...",
"name": "TransitionSourceQualifier",
"description": ""
}
] |
|
FWebJSResponse | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h | Note that the remote object will become invalid as soon as a result has been delivered, so you can only call either Success or Failure once. | WebBrowser | struct FWebJSResponse : public [FWebJSCallbackBase](API\Runtime\WebBrowser\FWebJSCallbackBase) | [] |
IWebBrowserAdapter::ConnectTo | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h | WebBrowser | void ConnectTo ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebBrowserWindow](API\Runtime\WebBrowser\IWebBrowserWindow) > & BrowserWindow ) | [] |
|
IWebBrowserAdapter::DisconnectFrom | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h | WebBrowser | void DisconnectFrom ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebBrowserWindow](API\Runtime\WebBrowser\IWebBrowserWindow) > & BrowserWindow ) | [] |
|
IWebBrowserAdapter::GetName | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h | WebBrowser | [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
|
IWebBrowserAdapter | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h | WebBrowser | class IWebBrowserAdapter | [] |
|
IWebBrowserAdapter::IsPermanent | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h | WebBrowser | bool IsPermanent() const | [] |
|
IWebBrowserCookieManager::DeleteCookies | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h | Removes all matching cookies. Leave both URL and CookieName blank to delete the entire cookie database. The actual deletion will be scheduled on the browser IO thread, so the operation may not have completed when the function returns. | WebBrowser | void DeleteCookies ( const [FString](API\Runtime\Core\Containers\FString) & URL, const [FString](API\Runtime\Core\Containers\FString) & CookieName, [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< void(int)> Completed ) | [] |
FCookie | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h | WebBrowser | typedef struct [FWebBrowserCookie](API\Runtime\WebBrowser\FWebBrowserCookie) FCookie | [] |
|
IWebBrowserCookieManager::SetCookie | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h | This function expects each attribute to be well-formed. It will check for disallowed characters (e.g. the ';' character is disallowed within the cookie Value field) and fail without setting the cookie if such characters are found. | WebBrowser | void SetCookie ( const [FString](API\Runtime\Core\Containers\FString) & URL, const [FCookie](API\Runtime\WebBrowser\IWebBrowserCookieManager\FCookie) & Cookie, [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< void(bool)> Completed ) | [] |
IWebBrowserCookieManager | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h | WebBrowser | class IWebBrowserCookieManager | [] |
|
IWebBrowserDialog::Continue | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | Tell the browser to continue with the result of the dialog. If this method is used, the original event handler must return EWebBrowserDialogEventResponse::Handled. | WebBrowser | void Continue ( bool Success, const [FText](API\Runtime\Core\Internationalization\FText) & UserResponse ) | [] |
IWebBrowserDialog::GetDefaultPrompt | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | Only valid for Prompt dialogs.
the default value to show in the text entry box. | WebBrowser | const [FText](API\Runtime\Core\Internationalization\FText) & GetDefaultPrompt() | [] |
IWebBrowserDialog::GetMessageText | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | Get the dialog message.
the message to show in the dialog. | WebBrowser | const [FText](API\Runtime\Core\Internationalization\FText) & GetMessageText() | [] |
IWebBrowserDialog::GetType | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | What kind of dialog should be shown.
the dialog type | WebBrowser | EWebBrowserDialogType GetType() | [] |
IWebBrowserDialog::IsReload | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | Only valid for Unload dialogs.
true if the dialog is confirming a reload of the current page. | WebBrowser | bool IsReload() | [] |
IWebBrowserDialog::~IWebBrowserDialog | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | WebBrowser | virtual ~IWebBrowserDialog() | [] |
|
IWebBrowserDialog | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h | Browser dialog parameters passed to OnBrowserDialog event handlers. | WebBrowser | class IWebBrowserDialog | [] |
IWebBrowserModule::CustomInitialize | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | Customize initialization settings. You must call this before the first GetSingleton call, in order to override init settings.
true if the settings were used to initialize the singleton. False if the call was ignored due to singleton already existing. | WebBrowser | bool CustomInitialize ( const [FWebBrowserInitSettings](API\Runtime\WebBrowser\FWebBrowserInitSettings) & WebBrowserInitSettings ) | [] |
IWebBrowserModule::Get | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | Get or load the Web Browser Module
The loaded module | WebBrowser | static [IWebBrowserModule](API\Runtime\WebBrowser\IWebBrowserModule) & Get() | [] |
IWebBrowserModule::GetSingleton | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | Get the Web Browser Singleton
The Web Browser Singleton | WebBrowser | [IWebBrowserSingleton](API\Runtime\WebBrowser\IWebBrowserSingleton) * GetSingleton() | [] |
IWebBrowserModule::IsAvailable | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | Check whether the module has already been loaded
True if the module is loaded | WebBrowser | static bool IsAvailable() | [] |
IWebBrowserModule::IsWebModuleAvailable | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | Check whether the web module loaded its requirements successfully
True if the module load worked | WebBrowser | bool IsWebModuleAvailable() const | [] |
IWebBrowserPopupFeatures::GetHeight | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | int GetHeight() const | [] |
|
IWebBrowserModule | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h | WebBrowserModule interface | WebBrowser | class IWebBrowserModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface) | [] |
IWebBrowserPopupFeatures::GetWidth | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | int GetWidth() const | [] |
|
IWebBrowserPopupFeatures::GetY | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | int GetY() const | [] |
|
IWebBrowserPopupFeatures::GetX | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | int GetX() const | [] |
|
IWebBrowserPopupFeatures::IsFullscreen | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsFullscreen() const | [] |
|
IWebBrowserPopupFeatures::IsDialog | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsDialog() const | [] |
|
IWebBrowserPopupFeatures::GetAdditionalFeatures | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetAdditionalFeatures() const | [] |
|
IWebBrowserPopupFeatures::IsHeightSet | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsHeightSet() const | [] |
|
IWebBrowserPopupFeatures::IsLocationBarVisible | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsLocationBarVisible() const | [] |
|
IWebBrowserPopupFeatures::IsToolBarVisible | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsToolBarVisible() const | [] |
|
IWebBrowserPopupFeatures::IsMenuBarVisible | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsMenuBarVisible() const | [] |
|
IWebBrowserPopupFeatures::IsScrollbarsVisible | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsScrollbarsVisible() const | [] |
|
IWebBrowserPopupFeatures::IsResizable | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsResizable() const | [] |
|
IWebBrowserPopupFeatures::IsStatusBarVisible | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsStatusBarVisible() const | [] |
|
IWebBrowserPopupFeatures::IsWidthSet | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsWidthSet() const | [] |
|
IWebBrowserPopupFeatures::IsXSet | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsXSet() const | [] |
|
IWebBrowserPopupFeatures::~IWebBrowserPopupFeatures | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | virtual ~IWebBrowserPopupFeatures() | [] |
|
IWebBrowserPopupFeatures | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | class IWebBrowserPopupFeatures | [] |
|
IWebBrowserPopupFeatures::IsYSet | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h | WebBrowser | bool IsYSet() const | [] |
|
IWebBrowserSchemeHandler::Cancel | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h | Called if the request should be canceled. | WebBrowser | void Cancel() | [] |
IWebBrowserSchemeHandler::GetResponseHeaders | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h | Retrieves the headers for this request. | WebBrowser | void GetResponseHeaders ( [IHeaders](API\Runtime\WebBrowser\IWebBrowserSchemeHandler\IHeaders) & OutHeaders ) | [] |
IWebBrowserSchemeHandler::IHeaders::SetContentLength | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h | Sets the content length for the response. | WebBrowser | void SetContentLength &40; int32 ContentLength &41; | [] |
Subsets and Splits