Navigation
API > API/Plugins > API/Plugins/SampleToolsEditorMode
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FSampleToolsEditorModeCommands
References
| Module | SampleToolsEditorMode |
| Header | /Engine/Plugins/Experimental/SampleToolsEditorMode/Source/Public/SampleToolsEditorModeCommands.h |
| Include | #include "SampleToolsEditorModeCommands.h" |
Syntax
class FSampleToolsEditorModeCommands : public TCommands< FSampleToolsEditorModeCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | Commands | ||
| TSharedPtr< FUICommandInfo > | CreateActorTool | ||
| TSharedPtr< FUICommandInfo > | DrawCurveOnMeshTool | ||
| TSharedPtr< FUICommandInfo > | MeasureDistanceTool | ||
| TSharedPtr< FUICommandInfo > | SurfacePointTool |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | GetCommands () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |