Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetBoolField
(
FString&& FieldName, |
Set a boolean field named FieldName and value of InValue | Dom/JsonObject.h | |
void SetBoolField
(
const FString& FieldName, |
Dom/JsonObject.h |
SetBoolField(FString &&, bool)
Description
Set a boolean field named FieldName and value of InValue
| Name | SetBoolField |
| 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 |
void SetBoolField
(
FString && FieldName,
bool InValue
)
SetBoolField(const FString &, bool)
| Name | SetBoolField |
| 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 |
void SetBoolField
(
const FString & FieldName,
bool InValue
)