FBasePositionSnapSolver3::AddLineTarget

Add a snap target line

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

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

Include

#include "Snapping/BasePositionSnapSolver3.h"

Source

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

Syntax

virtual void AddLineTarget
(
    const FLine3d & Line,
    int TargetID,
    int Priority
)

Remarks

Add a snap target line

Parameters

Parameter

Description

TargetID

identifier for this target. Can be shared with other targets

Priority

importance of this snap line. Lower priority is more important.

OverrideMetric

if provided, then we only snap to this line if Metric < OverrideMetric, as well as the global tolerance

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