Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FBasePositionSnapSolver3
Setup ECustomMetricType defines how a FCustomMetric should be interpreted
| Name | ECustomMetricType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Snapping/BasePositionSnapSolver3.h |
| Include Path | #include "Snapping/BasePositionSnapSolver3.h" |
Syntax
enum ECustomMetricType
{
ReplaceValue = 0,
Multiplier = 1,
MinValue = 2,
}
Values
| Name | Remarks |
|---|---|
| ReplaceValue | |
| Multiplier | Use given parameter instead of default metric value |
| MinValue | Multiply default metric value by given parameter |