Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | FDrawPolyPathStateChange |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include Path | #include "DrawPolyPathTool.h" |
Syntax
class FDrawPolyPathStateChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FDrawPolyPathStateChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDrawPolyPathStateChange
(
int32 CurveTimestampIn, |
DrawPolyPathTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHaveDoneUndo | bool | DrawPolyPathTool.h | ||
| CurveTimestamp | int32 | DrawPolyPathTool.h | ||
| PreviousState | UDrawPolyPathTool::EState | DrawPolyPathTool.h |
Functions
Public
Overridden from FChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
DrawPolyPathTool.h | ||
virtual bool HasExpired
(
UObject* Object |
DrawPolyPathTool.h | ||
virtual void Revert
(
UObject* Object |
DrawPolyPathTool.h | ||
virtual FString ToString() |
DrawPolyPathTool.h |