Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Function to use for each target falloff
| Name | ERBFFunctionType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include Path | #include "RBF/RBFSolver.h" |
Syntax
enum ERBFFunctionType
{
Gaussian,
Exponential,
Linear,
Cubic,
Quintic,
DefaultFunction,
}
Values
| Name | Remarks |
|---|---|
| Gaussian | |
| Exponential | |
| Linear | |
| Cubic | |
| Quintic | |
| DefaultFunction | Uses the setting of the parent container |