Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TMap< int32, FAssetManagerChunkInfo > BuildChunkMap
(
const TSet< FName >& PackagesToUpdateChunksFor |
Used by UpdateManagementDatabase to build the CachedChunkMap. Should return a new cachedChunkMap. | Engine/AssetManager.h | |
virtual TMap< int32, FAssetManagerChunkInfo > BuildChunkMap
(
const TSet< FName >& PackagesToUpdateChunksFor, |
Used by UpdateManagementDatabase and at the end of the cook to build the CachedChunkMap. | Engine/AssetManager.h |
BuildChunkMap(const TSet< FName > &)
Description
Used by UpdateManagementDatabase to build the CachedChunkMap. Should return a new cachedChunkMap.
| Name | BuildChunkMap |
| 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 |
virtual TMap < int32, FAssetManagerChunkInfo > BuildChunkMap
(
const TSet < FName > & PackagesToUpdateChunksFor
) const
a new CachedChunkMap to be used.
Parameters
| Name | Remarks |
|---|---|
| PackagesToUpdateChunksFor | the packages needing chunk assignment as part of the management database update. |
BuildChunkMap(const TSet< FName > &, const TSet< FName > &, const TSet< FName > &)
Description
Used by UpdateManagementDatabase and at the end of the cook to build the CachedChunkMap. Should return a new cachedChunkMap.
| Name | BuildChunkMap |
| 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 |
virtual TMap < int32, FAssetManagerChunkInfo > BuildChunkMap
(
const TSet < FName > & PackagesToUpdateChunksFor,
const TSet < FName > & StartupPackages,
const TSet < FName > & PackageThatWereCooked
) const
a new CachedChunkMap to be used.
Parameters
| Name | Remarks |
|---|---|
| PackagesToUpdateChunksFor | the packages needing chunk assignment as part of the management database update. |
| StartupPackages | All the known startup packages. When called from UpdateManagementDatabase, this will be empty. |
| PackageThatWereCooked | All the known packages that were cooked. When called from UpdateManagementDatabase, this will be empty. |