Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLoggingAsyncReadFileHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h |
| Include Path | #include "HAL/IPlatformFileOpenLogWrapper.h" |
Syntax
class FLoggingAsyncReadFileHandle : public IAsyncReadFileHandle
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLoggingAsyncReadFileHandle
(
FPlatformFileOpenLog* InOwner, |
HAL/IPlatformFileOpenLogWrapper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLoggingAsyncReadFileHandle() |
HAL/IPlatformFileOpenLogWrapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActualRequest | IAsyncReadFileHandle * | HAL/IPlatformFileOpenLogWrapper.h | ||
| Filename | FString | HAL/IPlatformFileOpenLogWrapper.h | ||
| Owner | FPlatformFileOpenLog * | HAL/IPlatformFileOpenLogWrapper.h |
Functions
Public
Overridden from IAsyncReadFileHandle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual IAsyncReadRequest * ReadRequest
(
int64 Offset, |
Submit an async request and/or wait for an async request | HAL/IPlatformFileOpenLogWrapper.h | |
virtual IAsyncReadRequest * SizeRequest
(
FAsyncFileCallBack* CompleteCallback |
Request the size of the file. This is also essentially the existence check. | HAL/IPlatformFileOpenLogWrapper.h | |
virtual bool UsesCache() |
Return true if this file is backed by a cache, if not, then precache requests are ignored. | HAL/IPlatformFileOpenLogWrapper.h |