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

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)
 

Macro Definition Documentation

◆ PLATFORM_IMPLEMENTS_IO

#define PLATFORM_IMPLEMENTS_IO   0

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

CORE_API DECLARE_LOG_CATEGORY_EXTERN ( LogPlatformIoDispatcher  ,
Log  ,
All   
)