Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization
Inheritance Hierarchy
- FJsonSerializable
- FJsonDataBag
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerMacros.h |
| Include | #include "Serialization/JsonSerializerMacros.h" |
Syntax
struct FJsonDataBag : public FJsonSerializable
Remarks
Useful if you just want access to the underlying FJsonObject (for cases where the schema is loose or an outer system will do further de/serialization)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FJsonObject > | JsonObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| double | |||
| TSharedPtr< const FJsonValue > | |||
| FString | |||
| void | |||
| void | SetFieldJson
(
const FString& Key, |
Overridden from FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FJsonSerializerBase& Serializer, |
Abstract method that needs to be supplied using the macros |