IPlatformFile::SetAsyncMinimumPriority

Controls if the pak precacher should process precache requests.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.h"

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