IPluginManager::SetRegisterMountPointDelegate

Sets the delegate to call to register a new content mount point.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h

Include

#include "Interfaces/IPluginManager.h"

Syntax

void SetRegisterMountPointDelegate
(
    const FRegisterMountPointDelegate & Delegate
)

Remarks

Sets the delegate to call to register a new content mount point. This is used internally by the plug-in manager system and should not be called by you. This is registered at application startup by FPackageName code in CoreUObject.

Parameters

Parameter

Description

Delegate

The delegate to that will be called when plug-in manager needs to register a mount point

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