IAssetRegistry::RunAssetsThroughFilter

Trims items out of the asset data list that do not pass the supplied filter

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "IAssetRegistry.h"

Syntax

void RunAssetsThroughFilter
(
    TArray< FAssetData > & AssetDataList,
    const FARFilter & Filter
) const

Remarks

Trims items out of the asset data list that do not pass the supplied filter

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