Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetInMemoryAssets
(
const FARFilter& Filter, |
Gets asset data for in-memory assets only, that match the filter. | AssetRegistry/IAssetRegistry.h |
|
bool GetInMemoryAssets
(
const FARCompiledFilter& Filter, |
AssetRegistry/IAssetRegistry.h |
|
GetInMemoryAssets(const FARFilter &, TArray< FAssetData > &, bool)
Description
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.
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.
| Name | GetInMemoryAssets |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="AssetRegistry")
bool GetInMemoryAssets
(
const FARFilter & Filter,
TArray< FAssetData > & OutAssetData,
bool bSkipARFilteredAssets
) const
Parameters
| Name | Remarks |
|---|---|
| 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. |
GetInMemoryAssets(const FARCompiledFilter &, TArray< FAssetData > &, bool)
| Name | GetInMemoryAssets |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="AssetRegistry")
bool GetInMemoryAssets
(
const FARCompiledFilter & Filter,
TArray< FAssetData > & OutAssetData,
bool bSkipARFilteredAssets
) const