FGenericPlatformChunkInstall::GetPakchunkLocation

Get the current location of a chunk with pakchunk index.

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::GetPakchunkLocation()

FGenericPlatformChunkInstall::GetPakchunkLocation()

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual EChunkLocation::Type GetPakchunkLocation
(
    int32 PakchunkIndex
)

Remarks

Get the current location of a chunk with pakchunk index.

Returns

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

Parameters

Parameter

Description

PakchunkIndex

The id of the pak 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