UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFileIoStoreReadRequestList Class Reference

#include <IoDispatcherFileBackendTypes.h>

Public Member Functions

 FFileIoStoreReadRequestList ()
 
 FFileIoStoreReadRequestList (const FFileIoStoreReadRequestList &Other)=delete
 
FFileIoStoreReadRequestListoperator= (const FFileIoStoreReadRequestList &Other)=delete
 
 FFileIoStoreReadRequestList (FFileIoStoreReadRequestList &&Other)
 
FFileIoStoreReadRequestListoperator= (FFileIoStoreReadRequestList &&Other)
 
bool IsEmpty () const
 
FFileIoStoreReadRequestListStealingIterator Steal ()
 
FFileIoStoreReadRequestListIterator CreateIterator () const
 
FFileIoStoreReadRequestListIterator begin () const
 
FFileIoStoreReadRequestListIterator end () const
 
FFileIoStoreReadRequestPeekHead () const
 
void Add (FFileIoStoreReadRequest *Request)
 
void AppendSteal (FFileIoStoreReadRequestList &List)
 
void Remove (FFileIoStoreReadRequest *Request)
 
void Clear ()
 

Constructor & Destructor Documentation

◆ FFileIoStoreReadRequestList() [1/3]

FFileIoStoreReadRequestList::FFileIoStoreReadRequestList ( )
inline

◆ FFileIoStoreReadRequestList() [2/3]

FFileIoStoreReadRequestList::FFileIoStoreReadRequestList ( const FFileIoStoreReadRequestList Other)
delete

◆ FFileIoStoreReadRequestList() [3/3]

FFileIoStoreReadRequestList::FFileIoStoreReadRequestList ( FFileIoStoreReadRequestList &&  Other)
inline

Member Function Documentation

◆ Add()

void FFileIoStoreReadRequestList::Add ( FFileIoStoreReadRequest Request)
inline

◆ AppendSteal()

void FFileIoStoreReadRequestList::AppendSteal ( FFileIoStoreReadRequestList List)
inline

◆ begin()

FFileIoStoreReadRequestListIterator FFileIoStoreReadRequestList::begin ( ) const
inline

◆ Clear()

void FFileIoStoreReadRequestList::Clear ( )
inline

◆ CreateIterator()

FFileIoStoreReadRequestListIterator FFileIoStoreReadRequestList::CreateIterator ( ) const
inline

◆ end()

FFileIoStoreReadRequestListIterator FFileIoStoreReadRequestList::end ( ) const
inline

◆ IsEmpty()

bool FFileIoStoreReadRequestList::IsEmpty ( ) const
inline

◆ operator=() [1/2]

FFileIoStoreReadRequestList & FFileIoStoreReadRequestList::operator= ( const FFileIoStoreReadRequestList Other)
delete

◆ operator=() [2/2]

FFileIoStoreReadRequestList & FFileIoStoreReadRequestList::operator= ( FFileIoStoreReadRequestList &&  Other)
inline

◆ PeekHead()

FFileIoStoreReadRequest * FFileIoStoreReadRequestList::PeekHead ( ) const
inline

◆ Remove()

void FFileIoStoreReadRequestList::Remove ( FFileIoStoreReadRequest Request)
inline

◆ Steal()

FFileIoStoreReadRequestListStealingIterator FFileIoStoreReadRequestList::Steal ( )
inline

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