Name |
Description |
|
---|---|---|
|
FBindingContext |
Represents a context in which input bindings are valid |
|
FGenericCommands |
|
|
FInputBindingManager |
Manager responsible for creating and processing input bindings. |
|
FInputChord |
An Input Chord is a key and the modifier keys that are to be held with it. |
|
FUIAction |
Implements an UI action. |
|
FUICommandDragDropOp |
A drag drop operation for UI Commands |
|
FUICommandInfo |
|
|
FUICommandInfoDecl |
|
|
FUICommandList |
|
|
TCommands |
A base class for a set of commands. |
Name |
Description |
---|---|
FCanExecuteAction |
Defines FCanExecuteAction delegate interface. Returns true when an action is able to execute. |
FChordMap |
|
FCommandInfoMap |
|
FExecuteAction |
Defines FExecuteAction delegate interface |
FGetActionCheckState |
Defines FGetActionCheckState delegate interface. Returns the ECheckBoxState for the action. |
FInputGesture |
Was supposed to be deprecated in 4.8, but was never properly marked up |
FIsActionButtonVisible |
Defines FIsActionButtonVisible delegate interface. |
FIsActionChecked |
Defines FIsActionChecked delegate interface. Returns true if the action is currently toggled on. |
FOnBindingContextChanged |
|
FOnUserDefinedChordChanged |
Delegate for alerting subscribers the input manager records a user-defined chord |
Name |
Description |
|
---|---|---|
|
EMultipleKeyBindingIndex |
|
|
EUIActionRepeatMode |
Enum controlling whether a given UI action can be repeated if the chord used to call it is held down |
|
EUserInterfaceActionType |
Types of user interfaces that can be associated with a user interface action |
Name | Description | ||
---|---|---|---|
|
MakeUICommand_InternalUseOnly ( |
Internal function used by the UI_COMMAND macros to build the command. |