FPackageName::GetPackageMountPoint

Get the mount point for a given package path

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h

Include

#include "Misc/PackageName.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp

Syntax

static FName GetPackageMountPoint
(
    const FString & InPackagePath,
    bool InWithoutSlashes
)

Remarks

Get the mount point for a given package path

Returns

FName corresponding to the mount point, or Empty if invalid

Parameters

Parameter

Description

InPackagePath

The package path to get the mount point for

InWithoutSlashes

Optional parameters that keeps the slashes around the mount point if false

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss