FRBFOutputWeight

Struct for storing RBF results - target index and corresponding weight

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

TargetIndex

Index of target

Public variable

float

 

TargetWeight

Weight of target

Constructors

Name Description

Public function

FRBFOutputWeight()

Public function

FRBFOutputWeight

(
    int32 InTargetIndex,
    float InTargetWeight
)

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