FGenericPlatformChunkInstall::PrioritizePakchunk

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

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::PrioritizePakchunk()

FGenericPlatformChunkInstall::PrioritizePakchunk()

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual bool PrioritizePakchunk
(
    int32 PakchunkIndex,
    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

PakchunkIndex

The index of the pakchunk 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