UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRBFOutputWeight Struct Reference

#include <RBFSolver.h>

Public Member Functions

 FRBFOutputWeight (int32 InTargetIndex, float InTargetWeight)
 
 FRBFOutputWeight ()
 

Public Attributes

int32 TargetIndex
 
float TargetWeight
 

Detailed Description

Struct for storing RBF results - target index and corresponding weight

Constructor & Destructor Documentation

◆ FRBFOutputWeight() [1/2]

FRBFOutputWeight::FRBFOutputWeight ( int32  InTargetIndex,
float  InTargetWeight 
)
inline

◆ FRBFOutputWeight() [2/2]

FRBFOutputWeight::FRBFOutputWeight ( )
inline

Member Data Documentation

◆ TargetIndex

int32 FRBFOutputWeight::TargetIndex

Index of target

◆ TargetWeight

float FRBFOutputWeight::TargetWeight

Weight of target


The documentation for this struct was generated from the following file: