Ark Server API (ASA) - Wiki
|
#include <IPlatformFileOpenLogWrapper.h>
Public Member Functions | |
FLoggingAsyncReadFileHandle (FPlatformFileOpenLog *InOwner, const TCHAR *InFilename, IAsyncReadFileHandle *InActualRequest) | |
~FLoggingAsyncReadFileHandle () | |
virtual IAsyncReadRequest * | SizeRequest (FAsyncFileCallBack *CompleteCallback=nullptr) override |
virtual IAsyncReadRequest * | ReadRequest (int64 Offset, int64 BytesToRead, EAsyncIOPriorityAndFlags PriorityAndFlags=AIOP_Normal, FAsyncFileCallBack *CompleteCallback=nullptr, uint8 *UserSuppliedMemory=nullptr) override |
Private Attributes | |
FPlatformFileOpenLog * | Owner |
FString | Filename |
IAsyncReadFileHandle * | ActualRequest |
Definition at line 27 of file IPlatformFileOpenLogWrapper.h.
|
inline |
Definition at line 33 of file IPlatformFileOpenLogWrapper.h.
|
inline |
Definition at line 39 of file IPlatformFileOpenLogWrapper.h.
|
overridevirtual |
|
inlineoverridevirtual |
Definition at line 43 of file IPlatformFileOpenLogWrapper.h.
|
private |
Definition at line 31 of file IPlatformFileOpenLogWrapper.h.
|
private |
Definition at line 30 of file IPlatformFileOpenLogWrapper.h.
|
private |
Definition at line 29 of file IPlatformFileOpenLogWrapper.h.