Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetDebugNameWithExtension () |
Returns a descriptor of this PackagePath for the given segment, with extension. | Misc/PackagePath.h | |
FString GetDebugNameWithExtension
(
EPackageSegment PackageSegment |
Version of GetDebugNameWithExtension that takes a PackageSegment, otherwise same behavior as parameterless version | Misc/PackagePath.h |
GetDebugNameWithExtension()
Description
Returns a descriptor of this PackagePath for the given segment, with extension.
| Name | GetDebugNameWithExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackagePath.h |
| Include Path | #include "Misc/PackagePath.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackagePath.cpp |
FString GetDebugNameWithExtension() const
GetDebugNameWithExtension(EPackageSegment)
Description
Version of GetDebugNameWithExtension that takes a PackageSegment, otherwise same behavior as parameterless version
| Name | GetDebugNameWithExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackagePath.h |
| Include Path | #include "Misc/PackagePath.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackagePath.cpp |
FString GetDebugNameWithExtension
(
EPackageSegment PackageSegment
) const