FPreloadableFile::InitializeAsync

Initialize the [FPreloadableFile](API\Runtime\Core\Misc\FPreloadableFile) asynchronously, performing FileOpen operations on another thread.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/PreloadableFile.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/PreloadableFile.cpp

Syntax

void InitializeAsync
(
    uint32 InFlags,
    int64 PrimeSize
)

Remarks

Initialize the FPreloadableFile asynchronously, performing FileOpen operations on another thread. Use IsInitialized or WaitForInitialization to check progress.

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