Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Description
Return the paths to display to the user in editor UI for the given soft object paths. Attempts to convert each object path to a Verse path if ShowingContentVersePath is true.
The array return value is guaranteed to have the same size as ObjectPaths.
| Name | GetUserFacingObjectPaths |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
TArray < FString > GetUserFacingObjectPaths
(
TConstArrayView< FSoftObjectPath > ObjectPaths
) const