UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Anim::CBlendableAttribute Struct Reference

#include <AttributeTypes.h>

Public Member Functions

template<typename T >
auto Requires (T &Val) -> decltype(Val.Multiply(.5f), Val.Accumulate(Val, 1.f,(EAdditiveAnimationType) 0), Val.MakeAdditive(Val), Val.Interpolate(Val, 0.5f))
 

Detailed Description

Concept used to verify a user-defined attribute type with its TAttributeTypeTraits::Blendable value set to true

Member Function Documentation

◆ Requires()

template<typename T >
auto UE::Anim::CBlendableAttribute::Requires ( T &  Val) -> decltype(Val.Multiply(.5f), Val.Accumulate(Val, 1.f,(EAdditiveAnimationType) 0), Val.MakeAdditive(Val), Val.Interpolate(Val, 0.5f))

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