FPackageName::RegisterMountPoint

This will insert a mount point at the head of the search chain (so it can overlap an existing mount point and win).

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 void RegisterMountPoint
(
    const FString & RootPath,
    const FString & ContentPath
)

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

Parameter

Description

RootPath

Logical Root Path.

ContentPath

Content Path on disk.

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