Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FWideStringView | ExportTextPathToObjectPath
(
FWideStringView InExportTextPath |
Returns the path to the object referred to by the supplied export text path, excluding the class name. |
![]() ![]() |
FAnsiStringView | ExportTextPathToObjectPath
(
FAnsiStringView InExportTextPath |
Returns the path to the object referred to by the supplied export text path, excluding the class name. |
![]() ![]() |
FString | ExportTextPathToObjectPath
(
const FString& InExportTextPath |
Returns the path to the object referred to by the supplied export text path, excluding the class name. |
![]() ![]() |
FString | ExportTextPathToObjectPath
(
const TCHAR* InExportTextPath |
Returns the path to the object referred to by the supplied export text path, excluding the class name. |