Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FAvaLevelViewportCommands
- FAvaSceneRigEditorCommands
- FCameraAssetEditorCommands
- FCameraRigAssetEditorCommands
- FCameraRigTransitionEditorCommands
- FCameraVariableCollectionEditorCommands
- FContextualAnimAssetEditorCommands
- FDashboardAssetCommands
- FDatabaseEditorCommands
- FEditPivotCommands
- FGameplayCamerasDebuggerCommands
- FGenericCommands
- FGeometryCollectionSelectionCommands
- FGroomEditorCommands
- FGroomViewportLODCommands
- FHairModelingToolCommands
- FIKRetargetCommands
- FIKRigCommands
- FIKRigSkeletonCommands
- FMeshPaintEditorModeCommands
- FMLDeformerInputBonesWidgetCommands
- FMLDeformerInputCurvesWidgetCommands
- FModelingModeActionCommands
- FModelingToolsManagerCommands
- FMotionTrailCommands
- FPListEditorCommands
- FScriptableToolsEditorModeManagerCommands
- FSVGImporterEditorCommands
- FTabCommands
- FUVEditorCommands
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include | #include "Framework/Commands/UICommandInfo.h" |
Syntax
class FBindingContext : public TSharedFromThis< FBindingContext >
Remarks
Represents a context in which input bindings are valid
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBindingContext
(
const FBindingContext& |
|||
FBindingContext
(
const FName InContextName, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds a new command bundle to this context that can be referenced by name from commands within the context. | ||
| const FText & | GetBundleLabel
(
const FName Name |
Gets a localized label of a command bundle | |
| const FText & | |||
| FName | |||
| FName | |||
| FName | |||
| FUICommandInfoDecl | NewCommand
(
const FName InCommandName, |
Creates a new command declaration used to populate commands with data |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FBindingContext & | operator=
(
const FBindingContext& |
||
| FBindingContext & | operator=
(
FBindingContext&& |
||
| bool | operator==
(
const FBindingContext& Other |
Constants
| Name | Description |
|---|---|
| CommandsChanged | A delegate that is called when commands are registered or unregistered with a binding context |