FGenericPlatformChunkInstall::PrioritizeChunk

Hint to the installer that we would like to prioritize a specific chunk

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::PrioritizeChunk()

FGenericPlatformChunkInstall::PrioritizeChunk()

FHTTPChunkInstall::PrioritizeChunk()

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual bool PrioritizeChunk
(
    uint32 ChunkID,
    EChunkPriority::Type Priority
)

Remarks

Hint to the installer that we would like to prioritize a specific chunk

Returns

false if the operation is not allowed or the chunk doesn't exist, otherwise true.

Parameters

Parameter

Description

ChunkID

The id of the chunk to prioritize.

Priority

The priority for the chunk.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss