Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/UAssetRegistryHelpers
Description
Gets asset data for all blueprint assets that match the filter. ClassPaths in the filter specify the blueprint's parent class.
| Name | GetBlueprintAssets |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryHelpers.h |
| Include Path | #include "AssetRegistry/AssetRegistryHelpers.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryHelpers.cpp |
UFUNCTION (BlueprintPure, Category="Asset Registry", Meta=(ScriptMethod))
static void GetBlueprintAssets
(
const FARFilter & InFilter,
TArray< FAssetData > & OutAssetData
)