Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetObjectField
(
FStringView FieldName, |
Try to get the field named FieldName as an object, or return false if it's another type | Dom/JsonObject.h | |
bool TryGetObjectField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h |
TryGetObjectField(FStringView, const TSharedPtr< FJsonObject > *&)
Description
Try to get the field named FieldName as an object, or return false if it's another type
| Name | TryGetObjectField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetObjectField
(
FStringView FieldName,
const TSharedPtr < FJsonObject > *& OutObject
) const
TryGetObjectField(FAnsiStringView, const TSharedPtr< FJsonObject > *&)
| Name | TryGetObjectField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetObjectField
(
FAnsiStringView FieldName,
const TSharedPtr < FJsonObject > *& OutObject
) const