|
| | FPakEncryptedReadRequest (FPakFile *InActualPakFile, FName InPakFile, int64 PakFileSize, FAsyncFileCallBack *CompleteCallback, int64 InPakFileStartOffset, int64 InFileOffset, int64 InBytesToRead, EAsyncIOPriorityAndFlags InPriorityAndFlags, uint8 *UserSuppliedMemory, const FGuid &InEncryptionKeyGuid, bool bInInternalRequest=false, FCachedAsyncBlock *InBlockPtr=nullptr) |
| |
| virtual void | RequestIsComplete () override |
| |
| | FPakReadRequestBase (FName InPakFile, int64 PakFileSize, FAsyncFileCallBack *CompleteCallback, int64 InOffset, int64 InBytesToRead, EAsyncIOPriorityAndFlags InPriorityAndFlags, uint8 *UserSuppliedMemory, bool bInInternalRequest=false, FCachedAsyncBlock *InBlockPtr=nullptr) |
| |
| virtual | ~FPakReadRequestBase () |
| |
| virtual void | WaitCompletionImpl (float TimeLimitSeconds) override |
| |
| virtual void | CancelImpl () override |
| |
| virtual void | ReleaseMemoryOwnershipImpl () override |
| |
| FCachedAsyncBlock & | GetBlock () |
| |
| | IAsyncReadRequest (FAsyncFileCallBack *InCallback, bool bInSizeRequest, uint8 *UserSuppliedMemory) |
| |
| virtual | ~IAsyncReadRequest () |
| |
| UE_FORCEINLINE_HINT bool | PollCompletion () |
| |
| bool | WaitCompletion (float TimeLimitSeconds=0.0f) |
| |
| virtual void | EnsureCompletion () |
| |
| void | Cancel () |
| |
| int64 | GetSizeResults () |
| |
| uint8 * | GetReadResults () |
| |
| virtual | ~IAsyncReadRequestFixLayout ()=default |
| |
| | IPakRequestor () |
| |
| virtual | ~IPakRequestor () |
| |
◆ FPakEncryptedReadRequest()
| FPakEncryptedReadRequest::FPakEncryptedReadRequest |
( |
FPakFile * |
InActualPakFile, |
|
|
FName |
InPakFile, |
|
|
int64 |
PakFileSize, |
|
|
FAsyncFileCallBack * |
CompleteCallback, |
|
|
int64 |
InPakFileStartOffset, |
|
|
int64 |
InFileOffset, |
|
|
int64 |
InBytesToRead, |
|
|
EAsyncIOPriorityAndFlags |
InPriorityAndFlags, |
|
|
uint8 * |
UserSuppliedMemory, |
|
|
const FGuid & |
InEncryptionKeyGuid, |
|
|
bool |
bInInternalRequest = false, |
|
|
FCachedAsyncBlock * |
InBlockPtr = nullptr |
|
) |
| |
|
inline |
◆ RequestIsComplete()
| virtual void FPakEncryptedReadRequest::RequestIsComplete |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: