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

Public Member Functions

 FContainerFileAccess (IPlatformFile &Ipf, const TCHAR *ContainerFileName)
 
 ~FContainerFileAccess ()
 
bool IsValid () const
 

Public Attributes

FCriticalSection HandleLock [NumHandlesPerFile]
 
IFileHandleHandle [NumHandlesPerFile]
 
std::atomic_uint32_t NextHandleIndex {0}
 
bool bValid = false
 

Constructor & Destructor Documentation

◆ FContainerFileAccess()

FIoStoreReaderImpl::FContainerFileAccess::FContainerFileAccess ( IPlatformFile Ipf,
const TCHAR ContainerFileName 
)
inline

◆ ~FContainerFileAccess()

FIoStoreReaderImpl::FContainerFileAccess::~FContainerFileAccess ( )
inline

Member Function Documentation

◆ IsValid()

bool FIoStoreReaderImpl::FContainerFileAccess::IsValid ( ) const
inline

Member Data Documentation

◆ bValid

bool FIoStoreReaderImpl::FContainerFileAccess::bValid = false

◆ Handle

IFileHandle* FIoStoreReaderImpl::FContainerFileAccess::Handle[NumHandlesPerFile]

◆ HandleLock

FCriticalSection FIoStoreReaderImpl::FContainerFileAccess::HandleLock[NumHandlesPerFile]

◆ NextHandleIndex

std::atomic_uint32_t FIoStoreReaderImpl::FContainerFileAccess::NextHandleIndex {0}

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