FMeshEditorPolygonCommands

Actions that can be invoked from this mode when polygons are selected.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FBindingContext

TCommands

FMeshEditorPolygonCommands

References

Module

MeshEditor

Header

/Engine/Plugins/Editor/MeshEditor/Source/MeshEditor/Public/MeshEditorCommands.h

Include

#include "MeshEditorCommands.h"

Syntax

class FMeshEditorPolygonCommands : public TCommands< FMeshEditorPolygonCommands >

Remarks

Actions that can be invoked from this mode when polygons are selected.

Variables

Name Description

Public variable

TSharedPtr< FUI...

 

MovePolygon

Sets the primary action to move polygons

Public variable

TSharedPtr< FUI...

 

TriangulatePolygon

Triangulates the currently selected polygon(s)

Constructors

Name Description

Public function

FMeshEditorPolygonCommands()

Overridden from TCommands

Name Description

Public function Virtual

void

 

RegisterCommands()

Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss