Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| const FString | ToJson
(
bool bPrettyPrint |
Used to allow serialization of a const ref | |
| const FString | ToJson
(
bool bPrettyPrint |
Serializes this object to its JSON string form | |
| void | ToJson
(
TSharedRef< TJsonWriter<> >& JsonWriter, |
||
| void | ToJson
(
TSharedRef< TJsonWriter< TCHAR, TCondensedJsonPrintPolicy< TCHAR > > >& JsonWriter, |