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