Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName
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 |
static void RegisterMountPoint
&40;
const FString & RootPath,
const FString & ContentPath
&41;
Remarks
This will insert a mount point at the head of the search chain (so it can overlap an existing mount point and win).
Parameters
Name | Description |
---|---|
RootPath | Logical Root Path. |
ContentPath | Content Path on disk. |