Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FContentBrowserItemPath > GetAliasesForPath
(
const FSoftObjectPath& InInternalPath |
Get a list of other paths that the data source may be using to represent a specific path | ContentBrowserDataSubsystem.h | |
TArray< FContentBrowserItemPath > GetAliasesForPath
(
const FContentBrowserItemPath InPath |
ContentBrowserDataSubsystem.h | ||
TArray< FContentBrowserItemPath > GetAliasesForPath
(
const FName InInternalPath |
ContentBrowserDataSubsystem.h |
GetAliasesForPath(const FSoftObjectPath &)
Description
Get a list of other paths that the data source may be using to represent a specific path
| Name | GetAliasesForPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
TArray < FContentBrowserItemPath > GetAliasesForPath
(
const FSoftObjectPath & InInternalPath
) const
All alternative paths that represent the input path (not including the input path itself)
Parameters
| Name | Remarks |
|---|---|
| The | internal path (or object path) of an asset to get aliases for |
GetAliasesForPath(const FContentBrowserItemPath)
| Name | GetAliasesForPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
TArray < FContentBrowserItemPath > GetAliasesForPath
(
const FContentBrowserItemPath InPath
) const
GetAliasesForPath(const FName)
| Name | GetAliasesForPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
TArray < FContentBrowserItemPath > GetAliasesForPath
(
const FName InInternalPath
) const