Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPreloadableArchive::FSavedReadCompleteArguments Struct Reference

#include <PreloadableFile.h>

Public Member Functions

void Set (bool bInCanceled, IAsyncReadRequest *InReadRequest)
 
void Get (bool &bOutCanceled, IAsyncReadRequest *&OutReadRequest)
 

Private Attributes

bool bCanceled = false
 
IAsyncReadRequestReadRequest = nullptr
 

Detailed Description

Saved values from the inline OnReadComplete call

Definition at line 172 of file PreloadableFile.h.

Member Function Documentation

◆ Get()

void FPreloadableArchive::FSavedReadCompleteArguments::Get ( bool & bOutCanceled,
IAsyncReadRequest *& OutReadRequest )
inline

Definition at line 180 of file PreloadableFile.h.

◆ Set()

void FPreloadableArchive::FSavedReadCompleteArguments::Set ( bool bInCanceled,
IAsyncReadRequest * InReadRequest )
inline

Definition at line 175 of file PreloadableFile.h.

Member Data Documentation

◆ bCanceled

bool FPreloadableArchive::FSavedReadCompleteArguments::bCanceled = false
private

Definition at line 187 of file PreloadableFile.h.

◆ ReadRequest

IAsyncReadRequest* FPreloadableArchive::FSavedReadCompleteArguments::ReadRequest = nullptr
private

Definition at line 188 of file PreloadableFile.h.


The documentation for this struct was generated from the following file: