FPreLoadFile

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/PreLoadFile.h

Include

#include "Misc/PreLoadFile.h"

Syntax

struct FPreLoadFile : public FDelayedAutoRegisterHelper

Variables

Name Description

Protected variable

IAsyncReadFileH...

 

AsyncReadHandle

Protected variable

bool

 

bIsComplete

Protected variable

FEvent *

 

CompletionEvent

Protected variable

void *

 

Data

Protected variable

int64

 

FileSize

Protected variable

FString

 

Path

Constructors

Name Description

Public function

FPreLoadFile

(
    const TCHAR* InPath
)

Functions

Name Description

Protected function

void

 

KickOffRead()

Public function

void *

 

TakeOwnershipOfLoadedData

(
    int64* OutFileSize
)

Public function Static

void *

 

TakeOwnershipOfLoadedDataByPath

(
    const TCHAR* Filename,
    int64* OutFileSize
)

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss