FSandboxPlatformFile::SetAsyncMinimumPriority

Controls if the pak precacher should process precache requests.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::SetAsyncMinimumPriority()

FSandboxPlatformFile::SetAsyncMinimumPriority()

References

Module

SandboxFile

Header

/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h

Include

#include "IPlatformFileSandboxWrapper.h"

Source

/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp

Syntax

virtual void SetAsyncMinimumPriority
(
    EAsyncIOPriorityAndFlags MinPriority
)

Remarks

Controls if the pak precacher should process precache requests. Requests below this threshold will not get precached. Without this throttle, quite a lot of memory can be consumed if the disk races ahead of the CPU.

Parameters

Parameter

Description

MinPriority

the minimum priority at which requests will get precached

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