Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include | #include "RBF/RBFSolver.h" |
Syntax
struct FRBFOutputWeight
Remarks
Struct for storing RBF results - target index and corresponding weight
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | TargetIndex | Index of target | |
| float | TargetWeight | Weight of target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRBFOutputWeight
(
int32 InTargetIndex, |