ERBFNormalizeMethod

Method to normalize weights

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "RBF/RBFSolver.h"

Syntax

enum ERBFNormalizeMethod
{
    OnlyNormalizeAboveOne,
    AlwaysNormalize,
    NormalizeWithinMedian,
    NoNormalization,
}

Values

Name

Description

OnlyNormalizeAboveOne

Only normalize above one

AlwaysNormalize

Always normalize. Zero distribution weights stay zero.

NormalizeWithinMedian

Normalize only within reference median.

NoNormalization

Don't normalize at all.

Remarks

Method to normalize weights

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