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