FGenericPlatformChunkInstall::GetChunkLocation

Get the current location of a chunk.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual EChunkLocation::Type GetChunkLocation
(
    uint32 ChunkID
)

Remarks

Get the current location of a chunk. Pakchunk index and platform chunk id are not always the same. Call GetPakchunkLocation instead of calling from outside.

Returns

Enum specifying whether the chunk is available to use, waiting to install, or does not exist.

Parameters

Parameter

Description

ChunkID

The id of the chunk to check.

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