Navigation
API > API/Editor > API/Editor/Kismet
| Name | FMyBlueprintCommands |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/SMyBlueprint.h |
| Include Path | #include "SMyBlueprint.h" |
Syntax
class FMyBlueprintCommands : public TCommands< FMyBlueprintCommands >
Inheritance Hierarchy
- TCommands< FMyBlueprintCommands > → FMyBlueprintCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMyBlueprintCommands() |
Constructor | SMyBlueprint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeleteEntry | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| FocusNode | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| FocusNodeInNewTab | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| GotoNativeVarDefinition | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| ImplementFunction | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| MoveFunctionToParent | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| MoveVariableToParent | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| OpenExternalGraph | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| OpenGraph | TSharedPtr< FUICommandInfo > | Basic operations. | SMyBlueprint.h | |
| OpenGraphInNewTab | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| PasteFunction | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| PasteLocalVariable | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| PasteMacro | TSharedPtr< FUICommandInfo > | SMyBlueprint.h | ||
| PasteVariable | TSharedPtr< FUICommandInfo > | SMyBlueprint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands () |
Add New Item. | SMyBlueprint.h |