![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlatformIoDispatcher.h>
Public Member Functions | |
| FIoFileHandle ()=default | |
| FIoFileHandle (uint64 InHandle) | |
| uint64 | Value () const |
| bool | IsValid () const |
Friends | |
| uint32 | GetTypeHash (FIoFileHandle FileHandle) |
| bool | operator== (FIoFileHandle LHS, FIoFileHandle RHS) |
| bool | operator!= (FIoFileHandle LHS, FIoFileHandle RHS) |
| bool | operator< (FIoFileHandle LHS, FIoFileHandle RHS) |
Handle to a file on disk.
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |