|
| | FNetworkReplayStartDownloadingResponse () |
| |
| virtual | ~FNetworkReplayStartDownloadingResponse () |
| |
| BEGIN_JSON_SERIALIZER | JSON_SERIALIZE ("state", State) |
| |
| | JSON_SERIALIZE ("numChunks", NumChunks) |
| |
| | JSON_SERIALIZE ("time", Time) |
| |
| | JSON_SERIALIZE ("viewerId", Viewer) |
| |
| | JSON_SERIALIZE ("meta", Metadata) |
| |
| virtual JSON_API | ~FJsonSerializable () |
| |
| JSON_API const FString | ToJson (bool bPrettyPrint=true) const |
| |
| JSON_API const FUtf8String | ToJsonUtf8 (bool bPrettyPrint=true) const |
| |
| virtual JSON_API const FString | ToJson (bool bPrettyPrint=true) |
| |
| virtual JSON_API const FUtf8String | ToJsonUtf8 (bool bPrettyPrint=true) |
| |
| template<class CharType , class PrintPolicy , ESPMode SPMode> |
| void | ToJson (TSharedRef< TJsonWriter< CharType, PrintPolicy >, SPMode > JsonWriter, bool bFlatObject=false) const |
| |
| virtual JSON_API bool | FromJson (const TCHAR *Json) |
| |
| virtual JSON_API bool | FromJson (const UTF8CHAR *Json) |
| |
| virtual JSON_API bool | FromJson (const FString &Json) |
| |
| virtual JSON_API bool | FromJson (const FUtf8String &Json) |
| |
| virtual JSON_API bool | FromJson (FString &&Json) |
| |
| virtual JSON_API bool | FromJson (FUtf8String &&Json) |
| |
| JSON_API bool | FromJsonStringView (FUtf8StringView JsonStringView) |
| |
| JSON_API bool | FromJsonStringView (FWideStringView JsonStringView) |
| |
| virtual JSON_API bool | FromJson (TSharedPtr< FJsonObject > JsonObject) |
| |
| virtual void | Serialize (FJsonSerializerBase &Serializer, bool bFlatObject)=0 |
| |
◆ FNetworkReplayStartDownloadingResponse()
| FNetworkReplayStartDownloadingResponse::FNetworkReplayStartDownloadingResponse |
( |
| ) |
|
|
inline |
◆ ~FNetworkReplayStartDownloadingResponse()
| virtual FNetworkReplayStartDownloadingResponse::~FNetworkReplayStartDownloadingResponse |
( |
| ) |
|
|
inlinevirtual |
◆ JSON_SERIALIZE() [1/5]
| FNetworkReplayStartDownloadingResponse::JSON_SERIALIZE |
( |
"meta" |
, |
|
|
Metadata |
|
|
) |
| |
◆ JSON_SERIALIZE() [2/5]
| FNetworkReplayStartDownloadingResponse::JSON_SERIALIZE |
( |
"numChunks" |
, |
|
|
NumChunks |
|
|
) |
| |
◆ JSON_SERIALIZE() [3/5]
◆ JSON_SERIALIZE() [4/5]
| FNetworkReplayStartDownloadingResponse::JSON_SERIALIZE |
( |
"time" |
, |
|
|
Time |
|
|
) |
| |
◆ JSON_SERIALIZE() [5/5]
| FNetworkReplayStartDownloadingResponse::JSON_SERIALIZE |
( |
"viewerId" |
, |
|
|
Viewer |
|
|
) |
| |
◆ Metadata
| FString FNetworkReplayStartDownloadingResponse::Metadata |
◆ NumChunks
| int32 FNetworkReplayStartDownloadingResponse::NumChunks |
◆ State
| FString FNetworkReplayStartDownloadingResponse::State |
◆ Time
| int32 FNetworkReplayStartDownloadingResponse::Time |
◆ Viewer
| FString FNetworkReplayStartDownloadingResponse::Viewer |
The documentation for this class was generated from the following file: