Navigation
API > API/Runtime > API/Runtime/JsonUtilities
References
| Module | JsonUtilities |
| Header | /Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h |
| Include | #include "JsonObjectWrapper.h" |
Syntax
struct FJsonObjectWrapper
Remarks
UStruct that holds a JsonObject, can be used by structs passed to JsonObjectConverter to pass through JsonObjects directly
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FJsonObject > | JsonObject | ||
| FString | JsonString |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportTextItem
(
FString& ValueStr, |
||
| bool | ImportTextItem
(
const TCHAR*& Buffer, |
||
| bool | JsonObjectFromString
(
const FString& Str |
||
| bool | JsonObjectToString
(
FString& Str |
||
| void | PostSerialize
(
const FArchive& Ar |
Operators
| Type | Name | Description | |
|---|---|---|---|