FRBFTarget

Data about a particular target in the RBF, including scaling factor

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 FRBFTarget : public FRBFEntry

Remarks

Data about a particular target in the RBF, including scaling factor

Variables

Name Description

Public variable

bool

 

bApplyCustomCurve

Whether we want to apply an additional custom curve when activating this target.

Public variable

FRichCurve

 

CustomCurve

Custom curve to apply to activation of this target, if bApplyCustomCurve is true.

Public variable

ERBFDistanceMet...

 

DistanceMethod

Override the distance method used to calculate the distance from this target to the input.

Public variable

ERBFFunctionTyp...

 

FunctionType

Override the falloff function used to smooth the distance from this target to the input.

Public variable

float

 

ScaleFactor

How large the influence of this target.

Constructors

Name Description

Public function

FRBFTarget()

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