Navigation
API > API/Plugins > API/Plugins/SampleToolsEditorMode
| |
|
| Name |
FSampleToolsEditorModeCommands |
| Type |
class |
| Header File |
/Engine/Plugins/Editor/SampleToolsEditorMode/Source/Public/SampleToolsEditorModeCommands.h |
| Include Path |
#include "SampleToolsEditorModeCommands.h" |
Syntax
class FSampleToolsEditorModeCommands : public TCommands< FSampleToolsEditorModeCommands >
Inheritance Hierarchy
- TCommands< FSampleToolsEditorModeCommands > → FSampleToolsEditorModeCommands
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FSampleToolsEditorModeCommands()
|
|
SampleToolsEditorModeCommands.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CreateActorTool |
TSharedPtr< FUICommandInfo > |
|
SampleToolsEditorModeCommands.h |
|
| DrawCurveOnMeshTool |
TSharedPtr< FUICommandInfo > |
|
SampleToolsEditorModeCommands.h |
|
| MeasureDistanceTool |
TSharedPtr< FUICommandInfo > |
|
SampleToolsEditorModeCommands.h |
|
| SurfacePointTool |
TSharedPtr< FUICommandInfo > |
|
SampleToolsEditorModeCommands.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void RegisterCommands()
|
|
SampleToolsEditorModeCommands.h |
|
Static