ECustomMetricType

SetupECustomMetricType defines how a [FCustomMetric](API\Plugins\ModelingComponents\Snapping\FBasePositionSnapSolver3\FCustomMetric) should be interpreted

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

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

Include

#include "Snapping/BasePositionSnapSolver3.h"

Syntax

enum ECustomMetricType
{
    ReplaceValue    = 0,
    Multiplier      = 1,
    MinValue        = 2,
}

Values

Name

Description

ReplaceValue

Multiplier

Use given parameter instead of default metric value

MinValue

Multiply default metric value by given parameter

Remarks

SetupECustomMetricType defines how a FCustomMetric should be interpreted

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