Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FDelayedAutoRegisterHelper
- FPreLoadFile
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/PreLoadFile.h |
| Include | #include "Misc/PreLoadFile.h" |
Syntax
struct FPreLoadFile : public FDelayedAutoRegisterHelper
Variables
| Type | Name | Description | |
|---|---|---|---|
| IAsyncReadFileHandle * | AsyncReadHandle | ||
| bool | bFailedToOpenInKickOff | ||
| bool | bIsComplete | ||
| FEvent * | CompletionEvent | ||
| void * | Data | ||
| int64 | FileSize | ||
| FString | Path | ||
| IAsyncReadRequest * | SizeRequestHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPreLoadFile
(
const TCHAR* InPath |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | KickOffRead () |
||
| void * | TakeOwnershipOfLoadedData
(
int64* OutFileSize |
||
| void * | TakeOwnershipOfLoadedDataByPath
(
const TCHAR* Filename, |
Constants
| Name | Description |
|---|---|
| bSystemNoLongerTakingRequests |