Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include | #include "IContentBrowserSingleton.h" |
TArray< FString > GetAliasesForPath
(
const FSoftObjectPath & InPath
) const
Remarks
Get a list of other paths that the data source may be using to represent a specific path All alternative paths that represent the input path (not including the input path itself)
Parameters
| Name | Description |
|---|---|
| The | internal path (or object path) of an asset to get aliases for |