Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Returns the list of Chunks that are not currently mounted, and are required to load the referenced assets. Returns true if any chunks are missing
| Name | FindMissingChunkList |
| 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 bool FindMissingChunkList
(
const TArray < FSoftObjectPath > & AssetList,
TArray < int32 > & OutMissingChunkList,
TArray < int32 > & OutErrorChunkList
) const
Parameters
| Name | Remarks |
|---|---|
| AssetList | Asset Paths to check chunks for |
| OutMissingChunkList | Chunks that are known about but not yet installed |
| OutErrorChunkList | Chunks that do not exist at all and are not installable |