Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AttributeTypes.h |
| Include | #include "Animation/AttributeTypes.h" |
Syntax
struct CBlendableAttribute
Remarks
Concept used to verify a user-defined attribute type with its TAttributeTypeTraits::Blendable value set to true
Functions
| Type | Name | Description | |
|---|---|---|---|
| decltype(Val.Multiply(.5f), Val.Accumulate(Val, 1.f,(EAdditiveAnimationType) 0), Val.MakeAdditive(Va... | Requires
(
T& Val |