UPolygonOnMeshToolActionPropertySet

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/PolygonOnMeshTool.h

Include

#include "PolygonOnMeshTool.h"

Syntax

UCLASS()
class UPolygonOnMeshToolActionPropertySet : public UInteractiveToolPropertySet

Variables

Name Description

Public variable

TWeakObjectPtr<...

 

ParentTool

Functions

Name Description

Public function UFunction Category, Meta callineditor

void

 

DrawPolygon()

Extrude the current set of selected faces. Click in viewport to confirm extrude height.

Public function

void

 

Initialize

(
    UPolygonOnMeshTool* ParentTool...
)

Public function

void

 

PostAction

(
    EPolygonOnMeshToolActions Action
)