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

#include <AttributeInterpolator.h>

Public Types

typedef TEasingAttributeInterpolator< NumericType > InterpolatorType
 

Public Member Functions

 FSettings (EEasingInterpolatorType InEasingType, float InDuration)
 

Public Attributes

EEasingInterpolatorType EasingType
 
float Duration
 

Member Typedef Documentation

◆ InterpolatorType

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

Constructor & Destructor Documentation

◆ FSettings()

template<typename NumericType >
TEasingAttributeInterpolator< NumericType >::FSettings::FSettings ( EEasingInterpolatorType  InEasingType,
float  InDuration 
)
inline

Member Data Documentation

◆ Duration

template<typename NumericType >
float TEasingAttributeInterpolator< NumericType >::FSettings::Duration

◆ EasingType

template<typename NumericType >
EEasingInterpolatorType TEasingAttributeInterpolator< NumericType >::FSettings::EasingType

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