Go to the source code of this file.
◆ EUIActionRepeatMode
Enum controlling whether a given UI action can be repeated if the chord used to call it is held down
| Enumerator |
|---|
| RepeatDisabled | |
| RepeatEnabled | |
◆ DECLARE_DELEGATE()
Defines FExecuteAction delegate interface
◆ DECLARE_DELEGATE_RetVal() [1/4]
Defines FCanExecuteAction delegate interface. Returns true when an action is able to execute.
◆ DECLARE_DELEGATE_RetVal() [2/4]
Defines FIsActionButtonVisible delegate interface. Returns true when UI buttons associated with the action should be visible.
◆ DECLARE_DELEGATE_RetVal() [3/4]
Defines FIsActionChecked delegate interface. Returns true if the action is currently toggled on.
◆ DECLARE_DELEGATE_RetVal() [4/4]
Defines FGetActionCheckState delegate interface. Returns the ECheckBoxState for the action.