Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPlugin
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
bool UpdateDescriptor
&40;
const FPluginDescriptor & NewDescriptor,
FText & OutFailReason
&41;
Remarks
Updates the plugin's descriptor True if the descriptor was updated, false otherwise.
Parameters
| Name | Description |
|---|---|
| NewDescriptor | The new plugin descriptor |
| OutFailReason | The error message if the plugin's descriptor could not be updated |