Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FWideStringView ExportTextPathToObjectPath
(
FWideStringView InExportTextPath |
Returns the path to the object referred to by the supplied export text path, excluding the class name. | Misc/PackageName.h | |
static FAnsiStringView ExportTextPathToObjectPath
(
FAnsiStringView InExportTextPath |
Misc/PackageName.h | ||
static FString ExportTextPathToObjectPath
(
const FString& InExportTextPath |
Misc/PackageName.h | ||
static FString ExportTextPathToObjectPath
(
const TCHAR* InExportTextPath |
Misc/PackageName.h |
ExportTextPathToObjectPath(FWideStringView)
Description
Returns the path to the object referred to by the supplied export text path, excluding the class name.
| Name | ExportTextPathToObjectPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FWideStringView ExportTextPathToObjectPath
(
FWideStringView InExportTextPath
)
The path to the object referred to by the supplied export path.
Parameters
| Name | Remarks |
|---|---|
| InExportTextPath | The export text path for an object. Takes on the form: ClassName'ObjectPath' |
ExportTextPathToObjectPath(FAnsiStringView)
| Name | ExportTextPathToObjectPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FAnsiStringView ExportTextPathToObjectPath
(
FAnsiStringView InExportTextPath
)
ExportTextPathToObjectPath(const FString &)
| Name | ExportTextPathToObjectPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString ExportTextPathToObjectPath
(
const FString & InExportTextPath
)
ExportTextPathToObjectPath(const TCHAR *)
| Name | ExportTextPathToObjectPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString ExportTextPathToObjectPath
(
const TCHAR * InExportTextPath
)