Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
Include |
#include "Dom/JsonObject.h" |
Source |
/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetObjectField
(
const FString & FieldName,
const TSharedPtr< FJsonObject > *& OutObject
) const
Try to get the field named FieldName as an object, or return false if it's another type