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 |
const TSharedPtr< FJsonObject > & GetObjectField
(
const FString & FieldName
) const
Gets the field with the specified name as a Json object.
Ensures that the field is present and is of type Json object.
The field's value as a Json object.
Parameter |
Description |
---|---|
FieldName |
The name of the field to get. |