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

#include <BuiltInAttributeTypes.h>

+ Inheritance diagram for FIntegerAnimationAttribute:

Public Member Functions

void Accumulate (const FIntegerAnimationAttribute &Attribute, float Weight, EAdditiveAnimationType AdditiveType)
 
void MakeAdditive (const FIntegerAnimationAttribute &BaseAttribute)
 
FIntegerAnimationAttribute Multiply (float Weight) const
 
void Interpolate (const FIntegerAnimationAttribute &Attribute, float Alpha)
 

Public Attributes

int32 Value = 0
 

Detailed Description

Attribute type supporting the legacy TVariant<int32> atttributes

Member Function Documentation

◆ Accumulate()

void FIntegerAnimationAttribute::Accumulate ( const FIntegerAnimationAttribute Attribute,
float  Weight,
EAdditiveAnimationType  AdditiveType 
)
inline

◆ Interpolate()

void FIntegerAnimationAttribute::Interpolate ( const FIntegerAnimationAttribute Attribute,
float  Alpha 
)
inline

◆ MakeAdditive()

void FIntegerAnimationAttribute::MakeAdditive ( const FIntegerAnimationAttribute BaseAttribute)
inline

◆ Multiply()

FIntegerAnimationAttribute FIntegerAnimationAttribute::Multiply ( float  Weight) const
inline

Member Data Documentation

◆ Value

int32 FIntegerAnimationAttribute::Value = 0

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