unreal.RBFFunctionType

class unreal.RBFFunctionType

Bases: EnumBase

Function to use for each target falloff

C++ Source:

  • Module: AnimGraphRuntime

  • File: RBFSolver.h

CUBIC: RBFFunctionType

3

DEFAULT_FUNCTION: RBFFunctionType

Uses the setting of the parent container

Type:

5

EXPONENTIAL: RBFFunctionType

1

GAUSSIAN: RBFFunctionType

0

LINEAR: RBFFunctionType

2

QUINTIC: RBFFunctionType

4