Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject > API/Runtime/Json/Dom/FJsonObject/TryGetObjectField
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 |
bool TryGetObjectField
(
FStringView 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