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

#include <LocalFileNetworkReplayStreaming.h>

Public Member Functions

 FLocalFileChunkInfo ()
 

Public Attributes

ELocalFileChunkType ChunkType
 
int32 SizeInBytes
 
int64 TypeOffset
 
int64 DataOffset
 

Detailed Description

Struct to hold chunk metadata

Constructor & Destructor Documentation

◆ FLocalFileChunkInfo()

FLocalFileChunkInfo::FLocalFileChunkInfo ( )
inline

Member Data Documentation

◆ ChunkType

ELocalFileChunkType FLocalFileChunkInfo::ChunkType

◆ DataOffset

int64 FLocalFileChunkInfo::DataOffset

◆ SizeInBytes

int32 FLocalFileChunkInfo::SizeInBytes

◆ TypeOffset

int64 FLocalFileChunkInfo::TypeOffset

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