ERBFDistanceMethod

Method for determining distance from input to targets

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h

Include

#include "RBF/RBFSolver.h"

Syntax

enum ERBFDistanceMethod
{
    Euclidean,
    Quaternion,
    SwingAngle,
    TwistAngle,
    DefaultMethod,
}

Values

Name

Description

Euclidean

Standard n-dimensional distance measure

Quaternion

Treat inputs as quaternion

SwingAngle

Treat inputs as quaternion, and find distance between rotated TwistAxis direction

TwistAngle

Treat inputs as quaternion, and find distance between rotations around the TwistAxis direction

DefaultMethod

Uses the setting of the parent container

Remarks

Method for determining distance from input to targets

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