FRBFEntry

Struct storing a particular entry within the RBF

Windows
MacOS
Linux

Inheritance Hierarchy

FRBFEntry

FRBFTarget

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFSolver.h

Include

#include "RBF/RBFSolver.h"

Syntax

struct FRBFEntry

Remarks

Struct storing a particular entry within the RBF

Variables

Name Description

Public variable

TArray< float >

 

Values

Set of values for this target, size must be TargetDimensions

Functions

Name Description

Public function

void

 

AddFromRotator

(
    const FRotator& InRot
)

Set this entry to 3 floats from supplied rotator

Public function

void

 

AddFromVector

(
    const FVector& InVector
)

Set this entry to 3 floats from supplied vector

Public function Const

FQuat

 

AsQuat

(
    int32 Index
)

Return a target as a quaternion, assuming Values is a sequence of Euler entries.

Public function Const

FRotator

 

AsRotator

(
    int32 Index
)

Return a target as an rotator, assuming Values is a sequence of Euler entries.

Public function Const

FVector

 

AsVector

(
    int32 Index
)

Public function Const

int32

 

GetDimensions()

Return dimensionality of this target

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss