UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAssetManagerChunkInfo Struct Reference

#include <AssetManagerTypes.h>

Public Attributes

TSet< FAssetIdentifierExplicitAssets
 
TSet< FAssetIdentifierAllAssets
 

Detailed Description

Information about a package chunk, computed by the asset manager or read out of the cooked asset registry

Member Data Documentation

◆ AllAssets

TSet<FAssetIdentifier> FAssetManagerChunkInfo::AllAssets

All packages/Primary Assets in a chunk, includes everything in Explicit plus recursively added ones

◆ ExplicitAssets

TSet<FAssetIdentifier> FAssetManagerChunkInfo::ExplicitAssets

Packages/PrimaryAssets that were explicitly added to a chunk


The documentation for this struct was generated from the following file: