EUnauthorizedErrorHandling

This enum efines how Unauthorized items are handled

Windows
MacOS
Linux

References

Module

PluginWarden

Header

/Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h

Include

#include "IPluginWardenModule.h"

Syntax

enum EUnauthorizedErrorHandling
{
    Silent,
    ShowMessage,
    ShowMessageOpenStore,
}

Values

Name

Description

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 user if he wants to open the Marketplace

Remarks

This enum efines how Unauthorized items are handled

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss