UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLocalFileReplayInfo Struct Reference

#include <LocalFileNetworkReplayStreaming.h>

Public Member Functions

 FLocalFileReplayInfo ()
 
void CountBytes (FArchive &Ar) const
 

Public Attributes

int32 LengthInMS
 
uint32 NetworkVersion
 
uint32 Changelist
 
FString FriendlyName
 
FDateTime Timestamp
 
int64 TotalDataSizeInBytes
 
bool bIsLive
 
bool bIsValid
 
bool bCompressed
 
bool bEncrypted
 
TArray< uint8EncryptionKey
 
int32 HeaderChunkIndex
 
TArray< FLocalFileChunkInfoChunks
 
TArray< FLocalFileEventInfoCheckpoints
 
TArray< FLocalFileEventInfoEvents
 
TArray< FLocalFileReplayDataInfoDataChunks
 

Detailed Description

Struct to hold metadata about an entire replay

Constructor & Destructor Documentation

◆ FLocalFileReplayInfo()

FLocalFileReplayInfo::FLocalFileReplayInfo ( )
inline

Member Function Documentation

◆ CountBytes()

void FLocalFileReplayInfo::CountBytes ( FArchive Ar) const

Member Data Documentation

◆ bCompressed

bool FLocalFileReplayInfo::bCompressed

◆ bEncrypted

bool FLocalFileReplayInfo::bEncrypted

◆ bIsLive

bool FLocalFileReplayInfo::bIsLive

◆ bIsValid

bool FLocalFileReplayInfo::bIsValid

◆ Changelist

uint32 FLocalFileReplayInfo::Changelist

◆ Checkpoints

TArray<FLocalFileEventInfo> FLocalFileReplayInfo::Checkpoints

◆ Chunks

TArray<FLocalFileChunkInfo> FLocalFileReplayInfo::Chunks

◆ DataChunks

TArray<FLocalFileReplayDataInfo> FLocalFileReplayInfo::DataChunks

◆ EncryptionKey

TArray<uint8> FLocalFileReplayInfo::EncryptionKey

◆ Events

TArray<FLocalFileEventInfo> FLocalFileReplayInfo::Events

◆ FriendlyName

FString FLocalFileReplayInfo::FriendlyName

◆ HeaderChunkIndex

int32 FLocalFileReplayInfo::HeaderChunkIndex

◆ LengthInMS

int32 FLocalFileReplayInfo::LengthInMS

◆ NetworkVersion

uint32 FLocalFileReplayInfo::NetworkVersion

◆ Timestamp

FDateTime FLocalFileReplayInfo::Timestamp

◆ TotalDataSizeInBytes

int64 FLocalFileReplayInfo::TotalDataSizeInBytes

The documentation for this struct was generated from the following files: