Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | FWebJSParam |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include Path | #include "WebJSFunction.h" |
Syntax
struct FWebJSParam
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWebJSParam
(
const FWebJSParam& Other |
WebJSFunction.h | ||
FWebJSParam
(
const TMap< K, T >& Value |
WebJSFunction.h | ||
FWebJSParam
(
const TMap< FString, T >& Value |
WebJSFunction.h | ||
FWebJSParam
(
const TArray< T >& Value |
WebJSFunction.h | ||
FWebJSParam
(
UObject* Value |
WebJSFunction.h | ||
FWebJSParam
(
const TCHAR* Value |
WebJSFunction.h | ||
FWebJSParam
(
const FName& Value |
WebJSFunction.h | ||
FWebJSParam
(
const FText& Value |
WebJSFunction.h | ||
FWebJSParam
(
const FString& Value |
WebJSFunction.h | ||
FWebJSParam
(
float Value |
WebJSFunction.h | ||
FWebJSParam
(
double Value |
WebJSFunction.h | ||
FWebJSParam
(
uint64 Value |
WebJSFunction.h | ||
FWebJSParam
(
int64 Value |
WebJSFunction.h | ||
FWebJSParam
(
uint32 Value |
WebJSFunction.h | ||
FWebJSParam
(
uint16 Value |
WebJSFunction.h | ||
FWebJSParam
(
uint8 Value |
WebJSFunction.h | ||
FWebJSParam
(
int32 Value |
WebJSFunction.h | ||
FWebJSParam
(
int16 Value |
WebJSFunction.h | ||
FWebJSParam
(
int8 Value |
WebJSFunction.h | ||
FWebJSParam
(
bool Value |
WebJSFunction.h | ||
FWebJSParam () |
WebJSFunction.h | ||
FWebJSParam
(
FWebJSParam&& Other |
WebJSFunction.h | ||
FWebJSParam
(
const T& Value, |
WebJSFunction.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FWebJSParam() |
WebJSFunction.h |
Structs
| Name | Remarks |
|---|---|
| FStructWrapper | |
| IStructWrapper |
Enums
Public
| Name | Remarks |
|---|---|
| FWebJSParam |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayValue | TArray< FWebJSParam > * | WebJSFunction.h | ||
| BoolValue | bool | WebJSFunction.h | ||
| DoubleValue | double | WebJSFunction.h | ||
| FWebJSParam | union FWebJSParam | WebJSFunction.h | ||
| IntValue | int32 | WebJSFunction.h | ||
| MapValue | TMap< FString, FWebJSParam > * | WebJSFunction.h | ||
| ObjectValue | UObject * | WebJSFunction.h | ||
| StringValue | const FString * | WebJSFunction.h | ||
| StructValue | IStructWrapper * | WebJSFunction.h | ||
| Tag | enum FWebJSParam | WebJSFunction.h |