Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Type | Name | Description | |
|---|---|---|---|
| TEnableIf< TypeTraits::TIsNumeric_V< ValueType >, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Numeric. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
TJsonReference. | |
| TEnableIf< std::is_same_v< ValueType, TJsonReference< typenameValueType::ElementType > >, bool >::Ty... | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
String. | |
| TEnableIf > &&!std:... | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Object (without FromJson) | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
SharedPtr. | |
| TEnableIf< std::is_same_v< ValueType, TSharedPtr< typenameValueType::ElementType > >, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
String. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
SharedRef. | |
| TEnableIf::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Optional. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Optional UniqueObj. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Optional SharedRef. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
JsonObject. | |
| TEnableIf< TypeTraits::TIsStringLike< ValueType >::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
String. | |
| TEnableIf< TIsEnumClass< EnumType >::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Enum. | |
| TEnableIf< TIsEnumClass< EnumType >::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Optional Enum. | |
| TEnableIf< std::is_same_v< ValueType, bool >, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Bool. | |
| TEnableIf< TIsTArray_V< ContainerType >, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Array. | |
| TEnableIf< TypeTraits::TIsStringLike< KeyType >::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Map. | |
| TEnableIf< TIsTMap< MapType >::Value, bool >::Type | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
||
| TEnableIfTypeTraits::TIsDerivedFromMap_V< ValueType > &&TypeTraits::THasFromJson_V< ValueType ... | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Object (with FromJson) | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Variant. | |
| bool | UE::Json::TryGet
(
const TSharedPtr< FJsonValue >& InJsonValue, |
UniqueObj. |