Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UConstructionPlaneMechanic
Description
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.
| Name | SetPlaneWithoutBroadcast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/ConstructionPlaneMechanic.h |
| Include Path | #include "Mechanics/ConstructionPlaneMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/ConstructionPlaneMechanic.cpp |
void SetPlaneWithoutBroadcast
(
const UE::Geometry::FFrame3d & Plane
)