Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UChunkDependencyInfo
Description
Given a set of chunk Ids will use the dependencies to find which chunk is shared among all the given chunks. All chunks should converge to the 0 startup chunk. Potentially will return a chunk that is not in the given input array
| Name | FindHighestSharedChunk |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/ChunkDependencyInfo.h |
| Include Path | #include "Commandlets/ChunkDependencyInfo.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.cpp |
int32 FindHighestSharedChunk
(
const TArray < int32 > & ChunkIDs
) const