Navigation
API > API/Runtime > API/Runtime/CoreOnline > API/Runtime/CoreOnline/FJsonSerializerPolicy_NestedVari-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetValueFromState
(
const StackState& State, |
Online/NestedVariantJson.h | ||
static bool GetValueFromState
(
const StackState& State, |
Online/NestedVariantJson.h | ||
static bool GetValueFromState
(
const StackState& State, |
Online/NestedVariantJson.h |
GetValueFromState(const StackState &, FValue &)
| Name | GetValueFromState |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariantJson.h |
| Include Path | #include "Online/NestedVariantJson.h" |
| Source | /Engine/Source/Runtime/CoreOnline/Private/Online/NestedVariantJson.cpp |
static bool GetValueFromState
(
const StackState & State,
FValue & OutValue
)
GetValueFromState(const StackState &, FArrayOfValues &)
| Name | GetValueFromState |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariantJson.h |
| Include Path | #include "Online/NestedVariantJson.h" |
| Source | /Engine/Source/Runtime/CoreOnline/Private/Online/NestedVariantJson.cpp |
static bool GetValueFromState
(
const StackState & State,
FArrayOfValues & OutArray
)
GetValueFromState(const StackState &, FMapOfValues &)
| Name | GetValueFromState |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariantJson.h |
| Include Path | #include "Online/NestedVariantJson.h" |
static bool GetValueFromState
(
const StackState & State,
FMapOfValues & OutMap
)