Navigation
API > API/Runtime > API/Runtime/NullNetworkReplayStreaming
Class to hold metadata about an entire replay
| Name | FNullReplayInfo |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h |
| Include Path | #include "NullNetworkReplayStreaming.h" |
Syntax
class FNullReplayInfo : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FNullReplayInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNullReplayInfo() |
NullNetworkReplayStreaming.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | NullNetworkReplayStreaming.h | ||
| Changelist | uint32 | NullNetworkReplayStreaming.h | ||
| DemoFileLastOffset | int32 | NullNetworkReplayStreaming.h | ||
| FriendlyName | FString | NullNetworkReplayStreaming.h | ||
| LengthInMS | int32 | NullNetworkReplayStreaming.h | ||
| NetworkVersion | uint32 | NullNetworkReplayStreaming.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"LengthInMS", |
FJsonSerializable. | NullNetworkReplayStreaming.h | |
JSON_SERIALIZE
(
"NetworkVersion", |
NullNetworkReplayStreaming.h | ||
JSON_SERIALIZE
(
"Changelist", |
NullNetworkReplayStreaming.h | ||
JSON_SERIALIZE
(
"FriendlyName", |
NullNetworkReplayStreaming.h | ||
JSON_SERIALIZE
(
"DemoFileLastOffset", |
NullNetworkReplayStreaming.h |