Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSubsystem > GetAliasesForPath
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
Include | #include "ContentBrowserDataSubsystem.h" |
Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
[TArray](API\Runtime\Core\Containers\TArray)< [FContentBrowserItemPath](API\Editor\ContentBrowserData\FContentBrowserItemPath) > GetAliasesForPath ( const [FContentBrowserItemPath](API\Editor\ContentBrowserData\FContentBrowserItemPath) 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 |