Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Type | Name | Description | |
|---|---|---|---|
| constexpr TEnableIf< TypeTraits::TIsNumeric_V< ValueType >, void >::Type | UE::Json::As
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Numeric. | |
| constexpr TEnableIf< TypeTraits::TIsStringLike< ValueType >::Value, void >::Type | UE::Json::As
(
const TSharedPtr< FJsonValue >& InJsonValue, |
String. | |
| constexpr TEnableIf< std::is_same_v< ValueType, bool >, void >::Type | UE::Json::As
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Bool. |