Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetBoolField
(
FStringView FieldName |
Gets the field with the specified name as a boolean. | Dom/JsonObject.h | |
bool GetBoolField
(
FAnsiStringView FieldName |
Dom/JsonObject.h |
GetBoolField(FStringView)
Description
Gets the field with the specified name as a boolean.
Ensures that the field is present and is of type Json number.
| Name | GetBoolField |
| 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 GetBoolField
(
FStringView FieldName
) const
The field's value as a boolean.
Parameters
| Name | Remarks |
|---|---|
| FieldName | The name of the field to get. |
GetBoolField(FAnsiStringView)
| Name | GetBoolField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool GetBoolField
(
FAnsiStringView FieldName
) const