Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FContentBrowserItemPath > GetAliasesForPath
(
const FSoftObjectPath& InInternalPath |
Get a list of other paths that the data source may be using to represent a specific path | ContentBrowserDataSource.h | |
TArray< FContentBrowserItemPath > GetAliasesForPath
(
FName InInternalPath |
ContentBrowserDataSource.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/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
virtual 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(FName)
| Name | GetAliasesForPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
TArray < FContentBrowserItemPath > GetAliasesForPath
(
FName InInternalPath
) const