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