Navigation
BlueprintAPI > BlueprintAPI/AssetRegistry
Gets asset data for in-memory assets only, that match the filter. Returns assets that would be excluded by calling GetAssets with bIncludeOnlyOnDiskAssets set to true. Note: This method IGNORES the value of bIncludeOnlyOnDiskAssets on the provided 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.
Target is Asset Registry
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| struct | Filter | filter to apply to the assets in the AssetRegistry |
| boolean | Skip ARFiltered Assets | If true, skips Objects that return true for IsAsset but are not assets in the current platform. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Asset Data | the list of assets in this path |
| boolean | Return Value |