Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics > API/Plugins/ModelingComponents/Mechanics/UConstructionPlaneMechanic
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 |
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.