Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h |
Include |
#include "Framework/Commands/UICommandList.h" |
class FUICommandList : public TSharedFromThis< FUICommandList >
Name | Description | |
---|---|---|
|
~FUICommandList() |
Virtual destructor |
Name | Description | ||
---|---|---|---|
|
Append ( |
Append commands in InCommandsToAppend to this command list. |
|
|
CanExecuteAction ( |
Calls the CanExecuteAction associated with the provided command info to see if ExecuteAction can be called |
|
|
ConditionalProcessCommandBindings |
Helper function to execute delegate or exec command associated with a command (if valid) |
|
|
ExecuteAction ( |
Executes the action associated with the provided command info |
|
|
GatherContextsForList |
Returns all contexts associated with this list. |
|
|
GatherContextsForListRecursively ( |
Returns all contexts associated with this list. |
|
|
const FUIAct... |
GetActionForCommand ( |
Attempts to find an action for the specified command in the current UICommandList. |
|
const FUIAct... |
GetActionForCommandRecursively ( |
Attempts to find an action for the specified command in the current UICommandList. |
|
ECheckBoxSta... |
GetCheckState ( |
Calls the GetCheckState delegate to see if the visualization of this command in a multibox should appear checked |
|
GetVisibility ( |
Calls the IsVisible delegate associated with the provided command info to see if the command should be visible in a toolbar |
|
|
IsActionMapped ( |
Checks if an action is already mapped |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
MapAction ( |
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input |
|
|
ProcessCommandBindings ( |
Processes any UI commands which are activated by the specified key event |
|
|
ProcessCommandBindings ( |
Processes any UI commands which are activated by the specified key, modifier keys state and input event |
|
|
ProcessCommandBindings ( |
Processes any UI commands which are activated by the specified mouse event |
|
|
SetCanProduceActionForCommand ( |
Sets the delegate that determines if this UICommandList is capable of producing an action for the supplied command |
|
|
TryExecuteAction ( |
Attempts to execute the action associated with the provided command info |
|
|
UnmapAction ( |
Unmaps a command info that was previously mapped |
Name |
Description |
---|---|
FCanProduceActionForCommand |
Determines if this UICommandList is capable of producing an action for the supplied command |
FUIBindingMap |