RBFKernel::Linear

A simple linear falloff, clamping at zero out when the norm of Value exceeds Sigma

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

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

Include

#include "RBF/RBFInterpolator.h"

Syntax

namespace RBFKernel
{
    static float RBFKernel::Linear
    (
        float Value,
        float Sigma
    )
}

Remarks

A simple linear falloff, clamping at zero out when the norm of Value exceeds Sigma

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