Navigation
API > API/Runtime > API/Runtime/NullNetworkReplayStreaming
Inheritance Hierarchy
- FJsonSerializable
- FNullReplayInfo
References
| Module | NullNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h |
| Include | #include "NullNetworkReplayStreaming.h" |
Syntax
class FNullReplayInfo : public FJsonSerializable
Remarks
Class to hold metadata about an entire replay
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsValid | ||
| uint32 | Changelist | ||
| int32 | DemoFileLastOffset | ||
| FString | FriendlyName | ||
| int32 | LengthInMS | ||
| uint32 | NetworkVersion |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FJsonSerializerBase& Serializer, |
FJsonSerializable. |