Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetUserFacingLongPackageNames
(
TConstArrayView< FName > PackageNames |
Return the paths to display to the user in editor UI for the given long package names. | IAssetTools.h | |
TArray< FString > GetUserFacingLongPackageNames
(
TConstArrayView< const UPackage* > Packages |
Return the paths to display to the user in editor UI for the given packages. | IAssetTools.h |
GetUserFacingLongPackageNames(TConstArrayView< FName >)
Description
Return the paths to display to the user in editor UI for the given long package names. Attempts to convert the primary asset in each package to a Verse path if ShowingContentVersePath is true.
The array return value is guaranteed to have the same size as PackageNames.
| Name | GetUserFacingLongPackageNames |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
TArray < FString > GetUserFacingLongPackageNames
(
TConstArrayView< FName > PackageNames
) const
GetUserFacingLongPackageNames(TConstArrayView< const UPackage * >)
Description
Return the paths to display to the user in editor UI for the given packages. Attempts to convert the primary asset in each package to a Verse path if ShowingContentVersePath is true.
The array return value is guaranteed to have the same size as Packages.
| Name | GetUserFacingLongPackageNames |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
TArray < FString > GetUserFacingLongPackageNames
(
TConstArrayView< const UPackage * > Packages
) const