Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ReplayTypes.h |
| Include | #include "ReplayTypes.h" |
Syntax
struct FQueuedDemoPacket
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | Data | The packet data to send | |
| uint32 | SeenLevelIndex | Index of the level this packet is associated with. | |
| int32 | SizeBits | The size of the packet in bits | |
| FOutPacketTraits | Traits | The traits applied to the packet, if applicable |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueuedDemoPacket
(
uint8* InData, |
|||
FQueuedDemoPacket
(
uint8* InData, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |