![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IO/IoDispatcherPriority.h"#include "IO/IoStatus.h"#include "IO/IoBuffer.h"#include "Logging/LogMacros.h"#include "Math/NumericLimits.h"#include "Memory/MemoryFwd.h"#include "Misc/EnumClassFlags.h"#include "Templates/Function.h"#include "UObject/NameTypes.h"Go to the source code of this file.
Classes | |
| struct | UE::FIoFileHandle |
| struct | UE::FIoFileStat |
| struct | UE::FIoFileProperties |
| struct | UE::FIoFileReadRequest |
| class | UE::FIoScatterGatherRequestParams |
| struct | UE::FIoScatterGatherRequestParams::FScatterParams |
| struct | UE::FIoFileReadResult |
| struct | UE::FIoDirectReadRequestParams |
| struct | UE::FPlatformIoDispatcherCreateParams |
| class | UE::IPlatformIoDispatcher |
| class | UE::FPlatformIoDispatcher |
Namespaces | |
| namespace | UE |
Macros | |
| #define | PLATFORM_IMPLEMENTS_IO 0 |
Typedefs | |
| using | UE::FIoFileReadRequestCompleted = TUniqueFunction< void(FIoFileReadResult &&)> |
Enumerations | |
| enum class | UE::EIoFilePropertyFlags : uint8 { UE::None = 0 , UE::Encrypted = (1 << 0) , UE::Signed = (1 << 1) } |
Functions | |
| CORE_API | DECLARE_LOG_CATEGORY_EXTERN (LogPlatformIoDispatcher, Log, All) |
| UE::ENUM_CLASS_FLAGS (EIoFilePropertyFlags) | |
| #define PLATFORM_IMPLEMENTS_IO 0 |
| CORE_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogPlatformIoDispatcher | , |
| Log | , | ||
| All | |||
| ) |