FBasePositionSnapSolver3::AddPointTarget

Add a snap target point at the given Position

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 AddPointTarget
(
    const FVector3d & Position,
    int TargetID,
    int Priority
)

Remarks

Add a snap target point at the given Position

Parameters

Parameter

Description

Position

snap target point location

TargetID

identifier for this target. Can be shared with other targets

Priority

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

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