Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMyBlueprintCommands
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SMyBlueprint.h |
| Include | #include "SMyBlueprint.h" |
Syntax
class FMyBlueprintCommands : public TCommands< FMyBlueprintCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | DeleteEntry | ||
| TSharedPtr< FUICommandInfo > | FocusNode | ||
| TSharedPtr< FUICommandInfo > | FocusNodeInNewTab | ||
| TSharedPtr< FUICommandInfo > | GotoNativeVarDefinition | ||
| TSharedPtr< FUICommandInfo > | ImplementFunction | ||
| TSharedPtr< FUICommandInfo > | MoveFunctionToParent | ||
| TSharedPtr< FUICommandInfo > | MoveVariableToParent | ||
| TSharedPtr< FUICommandInfo > | OpenExternalGraph | ||
| TSharedPtr< FUICommandInfo > | OpenGraph | Basic operations. | |
| TSharedPtr< FUICommandInfo > | OpenGraphInNewTab | ||
| TSharedPtr< FUICommandInfo > | PasteFunction | ||
| TSharedPtr< FUICommandInfo > | PasteLocalVariable | ||
| TSharedPtr< FUICommandInfo > | PasteMacro | ||
| TSharedPtr< FUICommandInfo > | PasteVariable |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Add New Item. |