EConcertActionType

Defines the possible type of actions this module can provide.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActionDefinition.h

Include

#include "ConcertActionDefinition.h"

Syntax

enum EConcertActionType
{
    Normal,
    Primary,
    Info,
    Success,
    Warning,
    Danger,
    NUM,
}

Values

Name

Description

Normal

Primary

Info

Success

Warning

Danger

NUM

Remarks

Defines the possible type of actions this module can provide. The type of action can be used to map a button type/color by the UI.

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