Navigation
Unreal Engine C++ API Reference > Runtime > AssetRegistry > AssetRegistry > IAssetRegistry
References
Module | AssetRegistry |
Header | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
Include | #include "AssetRegistry/IAssetRegistry.h" |
bool GetAssets
&40;
const FARFilter & Filter,
TArray< FAssetData > & OutAssetData,
bool bSkipARFilteredAssets
&41; const
Remarks
Gets asset data for all assets that match the filter. Assets returned must satisfy every filter component if there is at least one element in the component's array. Assets will satisfy a component if they match any of the elements in it.
Parameters
Name | Description |
---|---|
Filter | filter to apply to the assets in the AssetRegistry |
OutAssetData | the list of assets in this path |
bSkipARFilteredAssets | If true, skips Objects that return true for IsAsset but are not assets in the current platform. |