IAssetRegistry::EnumerateAllAssets

Enumerate 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 EnumerateAllAssets
(
    TFunctionRef< bool &)> Callback,
    bool bIncludeOnlyOnDiskAssets
) const

Remarks

Enumerate 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

Callback

function to call for each asset data enumerated

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