UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPackagePath Member List

This is the complete list of members for FPackagePath, including all inherited members.

AppendLocalBaseFilenameWithPath(FStringBuilderBase &Builder) constFPackagePath
AppendLocalFullPath(FStringBuilderBase &Builder) constFPackagePath
AppendLocalFullPath(FStringBuilderBase &Builder, EPackageSegment PackageSegment) constFPackagePath
AppendPackageName(FStringBuilderBase &Builder) constFPackagePath
Empty()FPackagePath
FPackagePath()=defaultFPackagePath
FPackagePath(const FPackagePath &Other)FPackagePath
FPackagePath(FPackagePath &&Other)=defaultFPackagePath
FromLocalPath(FStringView InFilename)FPackagePathstatic
FromLocalPath(FStringView InFilename, EPackageSegment &OutPackageSegment)FPackagePathstatic
FromMountedComponents(FStringView PackageNameRoot, FStringView FilePathRoot, FStringView RelPath, EPackageExtension InExtension, FStringView InCustomExtension=FStringView())FPackagePathstatic
FromPackageNameChecked(FStringView InPackageName)FPackagePathstatic
FromPackageNameChecked(FName InPackageName)FPackagePathstatic
FromPackageNameChecked(const TCHAR *InPackageName)FPackagePathstatic
FromPackageNameUnchecked(FName InPackageName)FPackagePathstatic
GetCustomExtension() constFPackagePath
GetDebugName() constFPackagePath
GetDebugName(EPackageSegment PackageSegment) constFPackagePath
GetDebugNameText() constFPackagePath
GetDebugNameText(EPackageSegment PackageSegment) constFPackagePath
GetDebugNameWithExtension() constFPackagePath
GetDebugNameWithExtension(EPackageSegment PackageSegment) constFPackagePath
GetExtension(EPackageSegment PackageSegment, FStringView &OutCustomExtension) constFPackagePath
GetExtensionString(EPackageSegment PackageSegment) constFPackagePath
GetExternalActorsFolderName()FPackagePathstatic
GetExternalObjectsFolderName()FPackagePathstatic
GetHeaderExtension() constFPackagePath
GetLocalBaseFilenameWithPath() constFPackagePath
GetLocalFullPath() constFPackagePath
GetLocalFullPath(EPackageSegment PackageSegment) constFPackagePath
GetOptionalSegmentExtensionModifier()FPackagePathstatic
GetPackageFName() constFPackagePath
GetPackageName() constFPackagePath
GetPackageNameOrFallback() constFPackagePath
GetPossibleExtensions(EPackageSegment PackageSegment) constFPackagePath
HasLocalPath() constFPackagePath
HasPackageName() constFPackagePath
IsEmpty() constFPackagePath
IsMountedPath() constFPackagePath
operator!=(const FPackagePath &Other) constFPackagePath
operator<<FPackagePathfriend
operator=(const FPackagePath &Other)FPackagePath
operator=(FPackagePath &&Other)=defaultFPackagePath
operator==(const FPackagePath &Other) constFPackagePath
ParseExtension(FStringView Filename, int32 *OutExtensionStart=nullptr)FPackagePathstatic
SetHeaderExtension(EPackageExtension Extension, FStringView CustomExtension=FStringView()) constFPackagePath
TryFromMountedName(FStringView InPackageNameOrHeaderFilePath, FPackagePath &OutPackagePath)FPackagePathstatic
TryFromPackageName(FStringView InPackageName, FPackagePath &OutPackagePath)FPackagePathstatic
TryFromPackageName(FName InPackageName, FPackagePath &OutPackagePath)FPackagePathstatic
TryFromPackageName(const TCHAR *InPackageName, FPackagePath &OutPackagePath)FPackagePathstatic
TryMatchCase(const FPackagePath &SourcePackagePath, FStringView FilePathToMatch, FPackagePath &OutPackagePath)FPackagePathstatic