Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | FISMEditorSelectionChange |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/ISMEditorTool.h |
| Include Path | #include "ISMEditorTool.h" |
Syntax
class FISMEditorSelectionChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FISMEditorSelectionChange
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewSelection | TArray< UISMEditorTool::FSelectedInstance > | ISMEditorTool.h | ||
| OldSelection | TArray< UISMEditorTool::FSelectedInstance > | ISMEditorTool.h |
Functions
Public
Overridden from FChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
ISMEditorTool.h | ||
virtual void Revert
(
UObject* Object |
ISMEditorTool.h | ||
virtual FString ToString() |
ISMEditorTool.h |