FMeshEditorVertexCommands

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

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FBindingContext

TCommands

FMeshEditorVertexCommands

References

Module

MeshEditor

Header

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

Include

#include "MeshEditorCommands.h"

Syntax

class FMeshEditorVertexCommands : public TCommands< FMeshEditorVertexCommands >

Remarks

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

Variables

Name Description

Public variable

TSharedPtr< FUI...

 

MoveVertex

Sets the primary action to move vertices

Public variable

TSharedPtr< FUI...

 

WeldVertices

Welds the selected vertices

Constructors

Name Description

Public function

FMeshEditorVertexCommands()

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