UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoDispatcher.cpp File Reference

Classes

class  FIoRequestStats
 
class  TBlockAllocator< T, BlockSize >
 
class  FIoRequestAllocator
 
class  FIoDispatcherImpl
 

Functions

 DEFINE_LOG_CATEGORY (LogIoDispatcher)
 
 CSV_DEFINE_CATEGORY (IoDispatcher, true)
 
 CSV_DEFINE_STAT (IoDispatcher, PendingIoRequests)
 

Variables

TUniquePtr< FIoDispatcherGIoDispatcher
 
const TCHAR *const * GetIoErrorText_ErrorCodeText = GetIoErrorText_ErrorCodeTextArray
 

Function Documentation

◆ CSV_DEFINE_CATEGORY()

CSV_DEFINE_CATEGORY ( IoDispatcher  ,
true   
)

◆ CSV_DEFINE_STAT()

CSV_DEFINE_STAT ( IoDispatcher  ,
PendingIoRequests   
)

◆ DEFINE_LOG_CATEGORY()

DEFINE_LOG_CATEGORY ( LogIoDispatcher  )

Variable Documentation

◆ GetIoErrorText_ErrorCodeText

const TCHAR* const* GetIoErrorText_ErrorCodeText = GetIoErrorText_ErrorCodeTextArray

◆ GIoDispatcher

TUniquePtr<FIoDispatcher> GIoDispatcher