Navigation
API > API/Editor > API/Editor/PluginWarden > API/Editor/PluginWarden/IPluginWardenModule
This enum efines how Unauthorized items are handled
| Name | EUnauthorizedErrorHandling |
| Type | enum |
| Header File | /Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h |
| Include Path | #include "IPluginWardenModule.h" |
Syntax
enum EUnauthorizedErrorHandling
{
Silent,
ShowMessage,
ShowMessageOpenStore,
}
Values
| Name | Remarks |
|---|---|
| Silent | Handle error silently, no popups |
| ShowMessage | Show the default or overriden message in a popup |
| ShowMessageOpenStore | Show the default or overriden message in a popup, and ask the user if they want to open the Marketplace |