Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FTransformAnimationAttribute
- FNonBlendableTransformAnimationAttribute
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BuiltInAttributeTypes.h |
| Include | #include "Animation/BuiltInAttributeTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FTransformAnimationAttribute
Remarks
Attribute type supporting the legacy TVariant
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransform | Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Accumulate
(
const FTransformAnimationAttribute& Attribute, |
||
| void | Interpolate
(
const FTransformAnimationAttribute& Attribute, |
||
| void | MakeAdditive
(
const FTransformAnimationAttribute& BaseAttribute |
||
| FTransformAnimationAttribute | Multiply
(
const float Weight |
||
| void | Normalize () |