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