![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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)) |
Concept used to verify a user-defined attribute type with its TAttributeTypeTraits::Blendable value set to true
| 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)) |