Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/FWebJSParam
Inheritance Hierarchy
- FWebJSParam::IStructWrapper
- FWebJSParam::FStructWrapper
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include | #include "WebJSFunction.h" |
Syntax
template<typename T>
struct FStructWrapper : public FWebJSParam::IStructWrapper
Variables
| Type | Name | Description | |
|---|---|---|---|
| T | StructValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStructWrapper
(
const T& InValue |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IStructWrapper
| Type | Name | Description | |
|---|---|---|---|
| IStructWrapper * | Clone () |
||
| const void * | GetData () |
||
| UStruct * | GetTypeInfo () |