Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
- IPlatformFile::SetAsyncMinimumPriority()
- FPakPlatformFile::SetAsyncMinimumPriority()
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.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 |