FJsonObject::TryGetObjectField

Try to get the field named FieldName as an object, or return false if it's another type

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h

Include

#include "Dom/JsonObject.h"

Source

/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp

Syntax

bool TryGetObjectField
(
    const FString & FieldName,
    const TSharedPtr< FJsonObject > *& OutObject
) const

Remarks

Try to get the field named FieldName as an object, or return false if it's another type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss