Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include |
#include "GenericPlatform/GenericPlatformFile.h" |
virtual void SetAsyncMinimumPriority
(
EAsyncIOPriorityAndFlags MinPriority
)
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.
Parameter |
Description |
---|---|
MinPriority |
the minimum priority at which requests will get precached |