Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF
Inheritance Hierarchy
- FRBFEntry
- FRBFTarget
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include | #include "RBF/RBFSolver.h" |
Syntax
USTRUCT ()
struct FRBFTarget : public FRBFEntry
Remarks
Data about a particular target in the RBF, including scaling factor
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyCustomCurve | Whether we want to apply an additional custom curve when activating this target. | |
| FRichCurve | CustomCurve | Custom curve to apply to activation of this target, if bApplyCustomCurve is true. | |
| ERBFDistanceMethod | DistanceMethod | Override the distance method used to calculate the distance from this target to the input. | |
| ERBFFunctionType | FunctionType | Override the falloff function used to smooth the distance from this target to the input. | |
| float | ScaleFactor | How large the influence of this target. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRBFTarget () |