Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/UAssetRegistryHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< FAssetData > GetAssetsWithOuterForPaths
(
const TArray< FName >& InPackagePaths, |
Returns all the corresponding assets from the provided paths that are outered to the provided outer name. | AssetRegistry/AssetRegistryHelpers.h | |
static TArray< FAssetData > GetAssetsWithOuterForPaths
(
const TArray< FName >& InPackagePaths, |
Returns all the corresponding assets from the provided paths that are outered to the provided outer name. | AssetRegistry/AssetRegistryHelpers.h |
GetAssetsWithOuterForPaths(const TArray< FName > &, FName, EAssetsWithOuterForPathsFlags)
Description
Returns all the corresponding assets from the provided paths that are outered to the provided outer name.
| Name | GetAssetsWithOuterForPaths |
| 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 |
static TArray< FAssetData > GetAssetsWithOuterForPaths
(
const TArray< FName > & InPackagePaths,
FName InOuterPath,
EAssetsWithOuterForPathsFlags InFlags
)
Parameters
| Name | Remarks |
|---|---|
| InPackagePaths | List of package paths to scan for assets. |
| InOuterPath | The outer path to filter asset with. |
| InFlags | The flags to control the behavior of this function, see EAssetsWithOuterForPathsFlags |
GetAssetsWithOuterForPaths(const TArray< FName > &, FName, bool, bool, bool)
Description
Returns all the corresponding assets from the provided paths that are outered to the provided outer name.
| Name | GetAssetsWithOuterForPaths |
| 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 |
static TArray< FAssetData > GetAssetsWithOuterForPaths
(
const TArray< FName > & InPackagePaths,
FName InOuterPath,
bool bInRecursivePaths,
bool bInIncludeOnlyOnDiskAsset,
bool bInExactOuter
)
Parameters
| Name | Remarks |
|---|---|
| InPackagePaths | List of package paths to scan for assets. |
| InOuterPath | The outer path to filter asset with. |
| bInRecursivePaths | If we should scan recursively or not. |
| bInIncludeOnlyOnDiskAsset | If we should only include on disk assets. |
| bInExactOuter | If we should only return assets directly outered to the provided outer. |