Navigation
API > API/Runtime > API/Runtime/JsonUtilities
UStruct that holds a JsonObject, can be used by structs passed to JsonObjectConverter to pass through JsonObjects directly
| Name | FJsonObjectWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h |
| Include Path | #include "JsonObjectWrapper.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="JsonObject"))
struct FJsonObjectWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonObjectWrapper() |
JsonObjectWrapper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| JsonObject | TSharedPtr< FJsonObject > | JsonObjectWrapper.h | ||
| JsonString | FString | JsonObjectWrapper.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExportTextItem
(
FString& ValueStr, |
JsonObjectWrapper.h | ||
SIZE_T GetAllocatedSize() |
Returns the memory allocated by this object in Bytes, should NOT include sizeof(*this). | JsonObjectWrapper.h | |
bool ImportTextItem
(
const TCHAR*& Buffer, |
JsonObjectWrapper.h | ||
bool JsonObjectFromString
(
const FString& Str |
JsonObjectWrapper.h | ||
bool JsonObjectToString
(
FString& Str |
JsonObjectWrapper.h | ||
void PostSerialize
(
const FArchive& Ar |
JsonObjectWrapper.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
JsonObjectWrapper.h |