Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
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