Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPluginManager
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
void SetUnRegisterMountPointDelegate
&40;
const FRegisterMountPointDelegate & Delegate
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Delegate | The delegate to that will be called when plug-in manager needs to unregister a mount point |