Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a descriptor of this PackagePath, usable for an identifier in warning and log messages. | Misc/PackagePath.h | ||
FString GetDebugName
(
EPackageSegment PackageSegment |
Version of GetDebugName that takes a PackageSegment, otherwise same behavior as parameterless version For EPackageSegment::Header, HeaderExtension is not indicated. | Misc/PackagePath.h |
GetDebugName()
Description
Returns a descriptor of this PackagePath, usable for an identifier in warning and log messages. Extension is not indicated.
| Name | GetDebugName |
| 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 GetDebugName() const
GetDebugName(EPackageSegment)
Description
Version of GetDebugName that takes a PackageSegment, otherwise same behavior as parameterless version For EPackageSegment::Header, HeaderExtension is not indicated. For all other segments, segment is identified by extension
| Name | GetDebugName |
| 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 GetDebugName
(
EPackageSegment PackageSegment
) const