Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject > API/Runtime/Json/Dom/FJsonObject/SetField
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
void SetField
(
FString && FieldName,
const TSharedPtr < FJsonValue > & Value
)
Remarks
Sets the value of the field with the specified name.
Parameters
| Name | Description |
|---|---|
| FieldName | The name of the field to set. |
| Value | The value to set. |