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