Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Return the full LocalPath (path,basename,extension) | Misc/PackagePath.h | ||
FString GetLocalFullPath
(
EPackageSegment PackageSegment |
Version of GetLocalFullPath that takes a PackageSegment, otherwise same behavior as parameterless version | Misc/PackagePath.h |
GetLocalFullPath()
Description
Return the full LocalPath (path,basename,extension)
The path is in the standard UnrealEngine form - it is as a relative path from the process binary directory Extension is set based on the given segment If the LocalPath for this PackagePath is unknown, returns the empty string Returning non-empty is possible only for MountedPath and LocalOnly internal types. Will attempt to mount before returning empty
| Name | GetLocalFullPath |
| 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 GetLocalFullPath() const
GetLocalFullPath(EPackageSegment)
Description
Version of GetLocalFullPath that takes a PackageSegment, otherwise same behavior as parameterless version
| Name | GetLocalFullPath |
| 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 GetLocalFullPath
(
EPackageSegment PackageSegment
) const