Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- 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 |
virtual void SetAsyncMinimumPriority
&40;
EAsyncIOPriorityAndFlags MinPriority
&41;
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
Name | Description |
---|---|
MinPriority | the minimum priority at which requests will get precached |