![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoDispatcherFileBackendTypes.h>
Public Member Functions | |
| PAKFILE_API FFileIoStoreReadRequest * | Pop () |
| PAKFILE_API void | PopCancelled (TArray< FFileIoStoreReadRequest * > &OutCancelled) |
| PAKFILE_API void | Push (FFileIoStoreReadRequest &Request) |
| PAKFILE_API void | Push (FFileIoStoreReadRequestList &Requests) |
| PAKFILE_API void | UpdateOrder () |
| PAKFILE_API void | Lock () |
| PAKFILE_API void | Unlock () |
| PAKFILE_API int32 | HandleContainerUnmounted (const FFileIoStoreContainerFile &ContainerFile) |
| int32 FFileIoStoreRequestQueue::HandleContainerUnmounted | ( | const FFileIoStoreContainerFile & | ContainerFile | ) |
| void FFileIoStoreRequestQueue::Lock | ( | ) |
| FFileIoStoreReadRequest * FFileIoStoreRequestQueue::Pop | ( | ) |
| void FFileIoStoreRequestQueue::PopCancelled | ( | TArray< FFileIoStoreReadRequest * > & | OutCancelled | ) |
| void FFileIoStoreRequestQueue::Push | ( | FFileIoStoreReadRequest & | Request | ) |
| void FFileIoStoreRequestQueue::Push | ( | FFileIoStoreReadRequestList & | Requests | ) |
| void FFileIoStoreRequestQueue::Unlock | ( | ) |
| void FFileIoStoreRequestQueue::UpdateOrder | ( | ) |