IAssetRegistry::GetAllAssets

Gets asset data for all assets in the registry.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h

Include

#include "AssetRegistry/IAssetRegistry.h"

Syntax

bool GetAllAssets
(
    TArray< FAssetData > & OutAssetData,
    bool bIncludeOnlyOnDiskAssets
) const

Remarks

Gets asset data for all assets in the registry. This method may be slow, use a filter if possible to avoid iterating over the entire registry.

Parameters

Parameter

Description

OutAssetData

the list of assets in this path

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