Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
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.
| Name | SetRegisterMountPointDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
void SetRegisterMountPointDelegate
(
const FRegisterMountPointDelegate & Delegate
)
Parameters
| Name | Remarks |
|---|---|
| Delegate | The delegate to that will be called when plug-in manager needs to register a mount point |