FWebJSParam

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h

Include

#include "WebJSFunction.h"

Syntax

struct FWebJSParam

Variables

Name Description

Public variable

union FWebJSPar...

 

@5036

Public variable

TArray< FWebJSP...

 

ArrayValue

Public variable

bool

 

BoolValue

Public variable

double

 

DoubleValue

Public variable

int32

 

IntValue

Public variable

TMap< FString, ...

 

MapValue

Public variable

UObject *

 

ObjectValue

Public variable

const FString &...

 

StringValue

Public variable

IStructWrapper ...

 

StructValue

Public variable

enum FWebJSPara...

 

Tag

Constructors

Name Description

Public function

FWebJSParam()

Public function

FWebJSParam

(
    uint64 Value
)

Public function

FWebJSParam

(
    double Value
)

Public function

FWebJSParam

(
    float Value
)

Public function

FWebJSParam

(
    const FString& Value
)

Public function

FWebJSParam

(
    const FText& Value
)

Public function

FWebJSParam

(
    const FName& Value
)

Public function

FWebJSParam

(
    const TCHAR* Value
)

Public function

FWebJSParam

(
    UObject* Value
)

Public function

FWebJSParam

(
    const TArray< T >& Value
)

Public function

FWebJSParam

(
    const TMap< FString, T >& Value
)

Public function

FWebJSParam

(
    bool Value
)

Public function

FWebJSParam

(
    const TMap< K, T >& Value
)

Public function

FWebJSParam

(
    const FWebJSParam& Other
)

Public function

FWebJSParam

(
    FWebJSParam&& Other
)

Public function

FWebJSParam

(
    const T& Value,
    typename TEnableIf<!TIsPointer<...
)

Public function

FWebJSParam

(
    int8 Value
)

Public function

FWebJSParam

(
    int16 Value
)

Public function

FWebJSParam

(
    int32 Value
)

Public function

FWebJSParam

(
    uint8 Value
)

Public function

FWebJSParam

(
    uint16 Value
)

Public function

FWebJSParam

(
    uint32 Value
)

Public function

FWebJSParam

(
    int64 Value
)

Destructors

Name Description

Public function

~FWebJSParam()

Classes

Name

Description

Public struct

FStructWrapper

Public struct

IStructWrapper

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss