UCurveControlPointsMechanic::DeleteSelectedPoints

Deletes currently selected points- can be called on a key press from the parent tool.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CurveControlPointsMechanic.h

Include

#include "Mechanics/CurveControlPointsMechanic.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/CurveControlPointsMechanic.cpp

Syntax

void DeleteSelectedPoints()

Remarks

Deletes currently selected points- can be called on a key press from the parent tool.

Ideally, the mechanic would catch key presses itself, without the tool having to worry about it. However for now, we are limited to having to register the key handler in the tool.

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