Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void UnRegisterMountPoint
(
const TRefCountPtr< UE::PackageName::IMountPoint >& MountPoint |
Unmounts a MountPoint; the mountpoint remains findable and updatable until all references are released. | Misc/PackageName.h | |
static void UnRegisterMountPoint
(
const FString& RootPath, |
This will remove a previously inserted mount point. Logs a message if not found or not removable. | Misc/PackageName.h |
UnRegisterMountPoint(const TRefCountPtr< UE::PackageName::IMountPoint > &)
Description
Unmounts a MountPoint; the mountpoint remains findable and updatable until all references are released.
| Name | UnRegisterMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static void UnRegisterMountPoint
(
const TRefCountPtr < UE::PackageName::IMountPoint > & MountPoint
)
UnRegisterMountPoint(const FString &, const FString &)
Description
This will remove a previously inserted mount point. Logs a message if not found or not removable.
| Name | UnRegisterMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static void UnRegisterMountPoint
(
const FString & RootPath,
const FString & ContentPath
)
Parameters
| Name | Remarks |
|---|---|
| RootPath | LongPackageName location for the root of the MountPoint, Examples: /Engine/, /PluginName/ |
| ContentPath | LocalPath location for the root of the MountPoint, Examples: ../../../Engine/Content, d:\FullPathToUnreal\Engine\Plugins\PluginName |