UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TVerletAttributeInterpolator< NumericType >::FSettings Struct Reference

#include <AttributeInterpolator.h>

Public Types

typedef TVerletAttributeInterpolator< NumericType > InterpolatorType
 

Public Member Functions

 FSettings (float InBlend, float InStrength, float InDamping)
 

Public Attributes

float Blend
 
float Strength
 
float Damping
 

Member Typedef Documentation

◆ InterpolatorType

template<typename NumericType >
typedef TVerletAttributeInterpolator<NumericType> TVerletAttributeInterpolator< NumericType >::FSettings::InterpolatorType

Constructor & Destructor Documentation

◆ FSettings()

template<typename NumericType >
TVerletAttributeInterpolator< NumericType >::FSettings::FSettings ( float  InBlend,
float  InStrength,
float  InDamping 
)
inline

Member Data Documentation

◆ Blend

template<typename NumericType >
float TVerletAttributeInterpolator< NumericType >::FSettings::Blend

◆ Damping

template<typename NumericType >
float TVerletAttributeInterpolator< NumericType >::FSettings::Damping

◆ Strength

template<typename NumericType >
float TVerletAttributeInterpolator< NumericType >::FSettings::Strength

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