Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FWideStringView ObjectPathToSubObjectPath
(
FWideStringView InObjectPath |
Returns the path from (and including) the subobject referred to by the specified object path | Misc/PackageName.h | |
static FAnsiStringView ObjectPathToSubObjectPath
(
FAnsiStringView InObjectPath |
Misc/PackageName.h | ||
static FString ObjectPathToSubObjectPath
(
const FString& InObjectPath |
Misc/PackageName.h |
ObjectPathToSubObjectPath(FWideStringView)
Description
Returns the path from (and including) the subobject referred to by the specified object path
Examples: "/Game/MyAsset.MyAsset:SubObject.AnotherObject" -> "SubObject.AnotherObject" "/Game/MyAsset.MyAsset:SubObject" -> "SubObject" "/Game/MyAsset.MyAsset" -> "MyAsset" "/Game/MyAsset" -> "/Game/MyAsset"
| Name | ObjectPathToSubObjectPath |
| 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 ObjectPathToSubObjectPath
(
FWideStringView InObjectPath
)
ObjectPathToSubObjectPath(FAnsiStringView)
| Name | ObjectPathToSubObjectPath |
| 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 ObjectPathToSubObjectPath
(
FAnsiStringView InObjectPath
)
ObjectPathToSubObjectPath(const FString &)
| Name | ObjectPathToSubObjectPath |
| 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 ObjectPathToSubObjectPath
(
const FString & InObjectPath
)