Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FPolyEditActivityStartChange
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
class FPolyEditActivityStartChange : public FToolCommandChange
Remarks
FPolyEditActivityStartChange is used to cancel out of an active action on Undo. No action is taken on Redo, ie we do not re-start the Tool on Redo.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ActivityTimestamp | ||
| bool | bHaveDoneUndo |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPolyEditActivityStartChange
(
int32 ActivityTimestampIn |