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