Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetField
(
FString&& FieldName, |
Sets the value of the field with the specified name. | Dom/JsonObject.h | |
void SetField
(
const FString& FieldName, |
Dom/JsonObject.h |
SetField(FString &&, const TSharedPtr< FJsonValue > &)
Description
Sets the value of the field with the specified name.
| Name | SetField |
| 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 SetField
(
FString && FieldName,
const TSharedPtr < FJsonValue > & Value
)
Parameters
| Name | Remarks |
|---|---|
| FieldName | The name of the field to set. |
| Value | The value to set. |
SetField(const FString &, const TSharedPtr< FJsonValue > &)
| Name | SetField |
| 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 SetField
(
const FString & FieldName,
const TSharedPtr < FJsonValue > & Value
)