Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/FGenericPlatformChunkInstall
- IPlatformChunkInstall::PrioritizeChunk()
- FGenericPlatformChunkInstall::PrioritizeChunk()
- FHTTPChunkInstall::PrioritizeChunk()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h |
Include | #include "GenericPlatform/GenericPlatformChunkInstall.h" |
virtual bool PrioritizeChunk
&40;
uint32 ChunkID,
EChunkPriority::Type Priority
&41;
Remarks
Hint to the installer that we would like to prioritize a specific chunk false if the operation is not allowed or the chunk doesn't exist, otherwise true.
Parameters
Name | Description |
---|---|
ChunkID | The id of the chunk to prioritize. |
Priority | The priority for the chunk. |