Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetRegistryGenerator
Description
Get chunks IDs for a package that were assigned to the package in the editor from AssetFileContextMenu. These explicit chunkids are unioned with the chunkids calculated by the AssetManager.
| Name | GetExplicitChunkIDs |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AssetRegistryGenerator.h |
| Include Path | #include "Commandlets/AssetRegistryGenerator.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/AssetRegistryGenerator.cpp |
TArray < int32 > GetExplicitChunkIDs
(
const FName & PackageFName
)