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