Enum ERBFVectorDistanceType Path C++ Link /Script/RigVM.ERBFVectorDistanceType underlying uint8 /Script/RigVM Values 4 NameValueHex Euclidean00x00Manhattan10x01ArcLength20x02ERBFVectorDistanceType_MAX30x03 Used by 1types with a member, parameter or interface of this type FRigVMFunction_MathRBFInterpolateVectorBase // /Script/RigVM.ERBFVectorDistanceType enum class ERBFVectorDistanceType : uint8 { Euclidean = 0, Manhattan = 1, ArcLength = 2, ERBFVectorDistanceType_MAX = 3, };