Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetBoolField
(
FStringView FieldName, |
Get the field named FieldName as a string. | Dom/JsonObject.h | |
bool TryGetBoolField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h |
TryGetBoolField(FStringView, bool &)
Description
Get the field named FieldName as a string. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetBoolField |
| 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 TryGetBoolField
(
FStringView FieldName,
bool & OutBool
) const
TryGetBoolField(FAnsiStringView, bool &)
| Name | TryGetBoolField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetBoolField
(
FAnsiStringView FieldName,
bool & OutBool
) const