Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FBasePositionSnapSolver3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddPointTarget
(
const FVector3d& Position, |
Add a snap target point at the given Position | Snapping/BasePositionSnapSolver3.h | |
virtual void AddPointTarget
(
const FVector3d& Position, |
Add a snap target point at the given Position | Snapping/BasePositionSnapSolver3.h |
AddPointTarget(const FVector3d &, int, int)
Description
Add a snap target point at the given Position
| Name | AddPointTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Snapping/BasePositionSnapSolver3.h |
| Include Path | #include "Snapping/BasePositionSnapSolver3.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Snapping/BasePositionSnapSolver3.cpp |
virtual void AddPointTarget
(
const FVector3d & Position,
int TargetID,
int Priority
)
Parameters
| Name | Remarks |
|---|---|
| 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. |
AddPointTarget(const FVector3d &, int, const FCustomMetric &, int)
Description
Add a snap target point at the given Position
| Name | AddPointTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Snapping/BasePositionSnapSolver3.h |
| Include Path | #include "Snapping/BasePositionSnapSolver3.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Snapping/BasePositionSnapSolver3.cpp |
virtual void AddPointTarget
(
const FVector3d & Position,
int TargetID,
const FCustomMetric & CustomMetric,
int Priority
)
Parameters
| Name | Remarks |
|---|---|
| Position | snap target point location |
| TargetID | identifier for this target. Can be shared with other targets |
| CustomMetric | Use the given custom metric instead of the default metric |
| Priority | importance of this snap point. Lower priority is more important. |