UAssetManager::FindMissingChunkList

Returns the list of Chunks that are not currently mounted, and are required to load the referenced assets.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h

Include

#include "Engine/AssetManager.h"

Source

/Engine/Source/Runtime/Engine/Private/AssetManager.cpp

Syntax

virtual bool FindMissingChunkList
(
    const TArray< FSoftObjectPath > & AssetList,
    TArray< int32 > & OutMissingChunkList,
    TArray< int32 > & OutErrorChunkList
) const

Remarks

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

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss