Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const FString & FieldName,
const TSharedPtr< FJsonValue > & Value
)
Sets the value of the field with the specified name.
Parameter |
Description |
---|---|
FieldName |
The name of the field to set. |
Value |
The value to set. |