FPointPlanarSnapSolver::HaveActiveSnapIntersection

Returns true when the active snap represents an intersection of multiple target lines in the plane.

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

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

Include

#include "Snapping/PointPlanarSnapSolver.h"

Syntax

bool HaveActiveSnapIntersection()

Remarks

Returns true when the active snap represents an intersection of multiple target lines in the plane. In such a case, one line can be obtained by the usual GetActiveSnapLine(), and the second can be obtained from GetIntersectionSecondLine()