Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Misc > FPackageName
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | ParseExportTextPath
(
FWideStringView InExportTextPath, |
Converts the supplied export text path to an object path and class name. |
![]() ![]() |
bool | ParseExportTextPath
(
FAnsiStringView InExportTextPath, |
Converts the supplied export text path to an object path and class name. |
![]() ![]() |
bool | ParseExportTextPath
(
const FString& InExportTextPath, |
Converts the supplied export text path to an object path and class name. |
![]() ![]() |
bool | ParseExportTextPath
(
const TCHAR* InExportTextPath, |
Converts the supplied export text path to an object path and class name. |