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

Classes

struct  FRequestSplat
 

Public Attributes

FGuid Guid
 
uint32 ChunkSize = 0
 
TArray< FRequestSplat, TInlineAllocator< 1 > > Splats
 
FMutableMemoryView ReadBuffer
 
FBatchStateBatch = nullptr
 
FMutableMemoryView DestinationBuffer
 
FFileConstructionStateFile = nullptr
 
bool bReadIntoMemoryStore = false
 
bool bSourceIsMemoryStore = false
 
bool bAborted = false
 
bool bFailedToRead = false
 
bool bLaunchedFallback = false
 
int32 ChunkIndexInFile
 
int32 ChunkUnavailableAt = TNumericLimits<int32>::Max()
 

Member Data Documentation

◆ bAborted

bool FRequestInfo::bAborted = false

◆ Batch

FBatchState* FRequestInfo::Batch = nullptr

◆ bFailedToRead

bool FRequestInfo::bFailedToRead = false

◆ bLaunchedFallback

bool FRequestInfo::bLaunchedFallback = false

◆ bReadIntoMemoryStore

bool FRequestInfo::bReadIntoMemoryStore = false

◆ bSourceIsMemoryStore

bool FRequestInfo::bSourceIsMemoryStore = false

◆ ChunkIndexInFile

int32 FRequestInfo::ChunkIndexInFile

◆ ChunkSize

uint32 FRequestInfo::ChunkSize = 0

◆ ChunkUnavailableAt

int32 FRequestInfo::ChunkUnavailableAt = TNumericLimits<int32>::Max()

◆ DestinationBuffer

FMutableMemoryView FRequestInfo::DestinationBuffer

◆ File

FFileConstructionState* FRequestInfo::File = nullptr

◆ Guid

FGuid FRequestInfo::Guid

◆ ReadBuffer

FMutableMemoryView FRequestInfo::ReadBuffer

◆ Splats

TArray<FRequestSplat, TInlineAllocator<1> > FRequestInfo::Splats

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