Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
Inheritance Hierarchy
- IAsyncReadFileHandle
- FLoggingAsyncReadFileHandle
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h |
Include | #include "HAL/IPlatformFileOpenLogWrapper.h" |
Syntax
class FLoggingAsyncReadFileHandle : public IAsyncReadFileHandle
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLoggingAsyncReadFileHandle
(
FPlatformFileOpenLog* InOwner, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from IAsyncReadFileHandle
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
IAsyncReadRequest * | ReadRequest
(
int64 Offset, |
Submit an async request and/or wait for an async request |
![]() ![]() |
IAsyncReadRequest * | SizeRequest
(
FAsyncFileCallBack* CompleteCallback |
Request the size of the file. This is also essentially the existence check. |