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