Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetRegistryGenerator
Helper struct to get the shortest reference chain in cook dependencies from one or more PackageNames to the set of packages that are hard-imported into a chunk. Constructs the distance graph for all packages reachable via cookdependencies from the input InSourceSet.
| Name | FGetShortestReferenceChain |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Private/Commandlets/AssetRegistryGenerator.cpp |
| Include Path | #include "Commandlets/AssetRegistryGenerator.cpp" |
Syntax
class FGetShortestReferenceChain
Structs
| Name | Remarks |
|---|---|
| FVertexData |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FAssetRegistryGenerator::FChunkPackageSet* InSourceSet |