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

#include <BuiltInAttributeTypes.h>

+ Inheritance diagram for FVectorAnimationAttribute:

Public Member Functions

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

Public Attributes

FVector Value = FVector::ZeroVector
 

Member Function Documentation

◆ Accumulate()

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

◆ Interpolate()

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

◆ MakeAdditive()

void FVectorAnimationAttribute::MakeAdditive ( const FVectorAnimationAttribute BaseAttribute)
inline

◆ Multiply()

FVectorAnimationAttribute FVectorAnimationAttribute::Multiply ( const float  Weight) const
inline

◆ Normalize()

void FVectorAnimationAttribute::Normalize ( )
inline

Member Data Documentation

◆ Value

FVector FVectorAnimationAttribute::Value = FVector::ZeroVector

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