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

#include <IoDispatcherFileBackendTypes.h>

Public Member Functions

 FFileIoStoreContainerFilePartition ()=default
 
 FFileIoStoreContainerFilePartition (FFileIoStoreContainerFilePartition &&)=delete
 
 FFileIoStoreContainerFilePartition (const FFileIoStoreContainerFilePartition &)=delete
 
FFileIoStoreContainerFilePartitionoperator= (FFileIoStoreContainerFilePartition &&)=delete
 
FFileIoStoreContainerFilePartitionoperator= (const FFileIoStoreContainerFilePartition &)=delete
 

Public Attributes

uint64 FileHandle = 0
 
uint64 FileSize = 0
 
uint32 ContainerFileIndex = 0
 
FString FilePath
 
TUniquePtr< IMappedFileHandleMappedFileHandle
 
std::atomic< int32StartedReadRequestsCount = 0
 

Constructor & Destructor Documentation

◆ FFileIoStoreContainerFilePartition() [1/3]

FFileIoStoreContainerFilePartition::FFileIoStoreContainerFilePartition ( )
default

◆ FFileIoStoreContainerFilePartition() [2/3]

FFileIoStoreContainerFilePartition::FFileIoStoreContainerFilePartition ( FFileIoStoreContainerFilePartition &&  )
delete

◆ FFileIoStoreContainerFilePartition() [3/3]

FFileIoStoreContainerFilePartition::FFileIoStoreContainerFilePartition ( const FFileIoStoreContainerFilePartition )
delete

Member Function Documentation

◆ operator=() [1/2]

FFileIoStoreContainerFilePartition & FFileIoStoreContainerFilePartition::operator= ( const FFileIoStoreContainerFilePartition )
delete

◆ operator=() [2/2]

FFileIoStoreContainerFilePartition & FFileIoStoreContainerFilePartition::operator= ( FFileIoStoreContainerFilePartition &&  )
delete

Member Data Documentation

◆ ContainerFileIndex

uint32 FFileIoStoreContainerFilePartition::ContainerFileIndex = 0

◆ FileHandle

uint64 FFileIoStoreContainerFilePartition::FileHandle = 0

◆ FilePath

FString FFileIoStoreContainerFilePartition::FilePath

◆ FileSize

uint64 FFileIoStoreContainerFilePartition::FileSize = 0

◆ MappedFileHandle

TUniquePtr<IMappedFileHandle> FFileIoStoreContainerFilePartition::MappedFileHandle

◆ StartedReadRequestsCount

std::atomic<int32> FFileIoStoreContainerFilePartition::StartedReadRequestsCount = 0

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