UConstructionPlaneMechanic::SetPlaneWithoutBroadcast

Sets the plane without broadcasting OnPlaneChanged.

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/ConstructionPlaneMechanic.h

Include

#include "Mechanics/ConstructionPlaneMechanic.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/ConstructionPlaneMechanic.cpp

Syntax

void SetPlaneWithoutBroadcast
(
    const UE::Geometry::FFrame3d & Plane
)

Remarks

Sets the plane without broadcasting OnPlaneChanged. Useful when the user of the tool wants to change the plane through some other means. Better than setting the Plane field directly because this function properly deals with the gizmo.