![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlatformIoDispatcherBase.h>
Public Member Functions | |
| FIoQueue (FPlatformIoDispatcherStats &InStats) | |
| void | Enqueue (FIoFileBlockRequestList &&Requests) |
| FIoFileBlockRequest * | Dequeue () |
| FIoFileBlockRequest * | Peek () |
| void | Reprioritize () |
| void | ReprioritizeCancelled () |
| void | SortByOffset (bool bValue) |
| void | Lock () |
| void | Unlock () |
| UE::FIoQueue::FIoQueue | ( | FPlatformIoDispatcherStats & | InStats | ) |
| FIoFileBlockRequest * UE::FIoQueue::Dequeue | ( | ) |
| void UE::FIoQueue::Enqueue | ( | FIoFileBlockRequestList && | Requests | ) |
|
inline |
| FIoFileBlockRequest * UE::FIoQueue::Peek | ( | ) |
| void UE::FIoQueue::Reprioritize | ( | ) |
|
inline |
|
inline |