Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
Module | ConcertSyncClient |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActionDefinition.h |
Include | #include "ConcertActionDefinition.h" |
Syntax
struct FConcertActionDefinition
Remarks
Defines actions for a given context. The actions are usually bound to UI buttons. This allows the module to expose contextual functionalities without exposing some private part of the API.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TAttribute< FName > | IconStyle | |
![]() |
TAttribute< bool > | IsEnabled | |
![]() |
TAttribute< bool > | IsVisible | |
![]() |
FOnExecuteAction | OnExecute | |
![]() |
TAttribute< FText > | Text | |
![]() |
TAttribute< FText > | ToolTipText | |
![]() |
EConcertActionType | Type |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |