FPointPlanarSnapSolver::RegenerateTargetLines

Creates snap lines based on the last point in the point history.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Snapping/PointPlanarSnapSolver.h

Include

#include "Snapping/PointPlanarSnapSolver.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Snapping/PointPlanarSnapSolver.cpp

Syntax

void RegenerateTargetLines
(
    bool bCardinalAxes,
    bool bLastHistorySegment
)

Remarks

Creates snap lines based on the last point in the point history. Calling the function with both parameters set to false clears the generated snap lines.

Parameters

Parameter

Description

bCardinalAxes

If true, the generated lines are parallel to the axes of the plane and pass through the last point.

bLastHistorySegment

If true, adds a snap line through the last point that is 90 degrees to the last segment.

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