Navigation
API > API/Runtime > API/Runtime/CoreOnline > API/Runtime/CoreOnline/TVariantMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetVariant
(
const GetKeyType& Key, |
Online/NestedVariant.h | ||
bool GetVariant
(
const GetKeyType& Key, |
Online/NestedVariant.h |
GetVariant(const GetKeyType &, TSharedPtr< ValueType > &)
| Name | GetVariant |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
template<typename ValueType, typename GetKeyType>
bool GetVariant
(
const GetKeyType & Key,
TSharedPtr < ValueType > & OutValue
) const
GetVariant(const GetKeyType &, ValueType &)
| Name | GetVariant |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
template<typename ValueType, typename GetKeyType>
bool GetVariant
(
const GetKeyType & Key,
ValueType & OutValue
) const