Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformChunkInstall
Description
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.
Virtual Inheritance
- IPlatformChunkInstall::GetChunkLocation → FGenericPlatformChunkInstall::GetChunkLocation
| Name | GetChunkLocation |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h |
| Include Path | #include "GenericPlatform/GenericPlatformChunkInstall.h" |
virtual EChunkLocation::Type GetChunkLocation
(
uint32 ChunkID
)
Enum specifying whether the chunk is available to use, waiting to install, or does not exist.
Parameters
| Name | Remarks |
|---|---|
| ChunkID | The id of the chunk to check. |