Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | URevolveSplineToolActionPropertySet |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/RevolveSplineTool.h |
| Include Path | #include "RevolveSplineTool.h" |
Syntax
UCLASS (MinimalAPI)
class URevolveSplineToolActionPropertySet : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → URevolveSplineToolActionPropertySet
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → URevolveSplineToolActionPropertySet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentTool | TWeakObjectPtr< URevolveSplineTool > | RevolveSplineTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
URevolveSplineTool* ParentToolIn |
RevolveSplineTool.h | ||
void PostAction
(
ERevolveSplineToolAction Action |
RevolveSplineTool.h | ||
void ResetAxis() |
Fit the axis to the current curve(by aligning it to the startand end points) | RevolveSplineTool.h |
|