Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Struct storing a particular entry within the RBF
| Name | FRBFEntry |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h |
| Include Path | #include "RBF/RBFSolver.h" |
Syntax
USTRUCT ()
struct FRBFEntry
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Values | TArray< float > | Set of values for this target, size must be TargetDimensions | RBF/RBFSolver.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddFromRotator
(
const FRotator& InRot |
Set this entry to 3 floats from supplied rotator | RBF/RBFSolver.h | |
void AddFromVector
(
const FVector& InVector |
Set this entry to 3 floats from supplied vector | RBF/RBFSolver.h | |
FQuat AsQuat
(
int32 Index |
Return a target as a quaternion, assuming Values is a sequence of Euler entries. | RBF/RBFSolver.h | |
FRotator AsRotator
(
int32 Index |
Return a target as an rotator, assuming Values is a sequence of Euler entries. | RBF/RBFSolver.h | |
FVector AsVector
(
int32 Index |
RBF/RBFSolver.h | ||
int32 GetDimensions() |
Return dimensionality of this target | RBF/RBFSolver.h |