Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/UE__Json__TryGetField
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include | #include "WebAPIJsonUtilities.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.inl |
namespace UE
{
namespace Json
{
template<typename ValueType>
constexpr TEnableIf< std::is_same_v< ValueType, bool >, bool >::Type UE&58;&58;Json&58;&58;TryGetField
&40;
const TSharedPtr< FJsonObject > & InJsonObject,
const FString & InFieldName,
ValueType & OutValue
&41;
}
}