Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Called post cook to build the chunk map only with the packages which have been cooked. Provides the StartupPackages which will go into chunk 0.
It's expected this function will set the value of CachedChunkMap which can be used for package chunk assignment.
| Name | UpdateCachedChunkMapAfterCook |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
void UpdateCachedChunkMapAfterCook
(
const TSet < FName > & AllCookedPackages,
const TSet < FName > & StartupPackages
)