Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetUserFacingPluginName
(
const IPlugin& Plugin |
Return the path to display to the user in editor UI for the given plugin. | IAssetTools.h | |
FString GetUserFacingPluginName
(
FStringView PluginName |
Return the path to display to the user in editor UI for the given plugin. | IAssetTools.h |
GetUserFacingPluginName(const IPlugin &)
Description
Return the path to display to the user in editor UI for the given plugin. Attempts to convert the folder to a Verse path if ShowingContentVersePath is true.
| Name | GetUserFacingPluginName |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
const FString & GetUserFacingPluginName
(
const IPlugin & Plugin
) const
GetUserFacingPluginName(FStringView)
Description
Return the path to display to the user in editor UI for the given plugin. Attempts to convert the folder to a Verse path if ShowingContentVersePath is true.
| Name | GetUserFacingPluginName |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
FString GetUserFacingPluginName
(
FStringView PluginName
) const