Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigTweener.h |
| Include | #include "Tools/ControlRigTweener.h" |
Syntax
struct FBlendStruct
Remarks
Struct containing data that is used by Blending
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FKeyPosition > | AllKeyPositions | ||
| double | BlendValue | ||
| int32 | CurrentIndex | ||
| double | CurrentTime | ||
| double | CurrentValue | ||
| double | FirstValue | ||
| TArray< int32 > | Indices | ||
| double | LastValue | ||
| double | NextTime | ||
| double | NextValue | ||
| double | PreviousTime | Previous and Next are the keys that are before/after the contiguous set of keys, to get the Previous key for example you use AllKeyPostions[Indices[CurrentIndex -1]] | |
| double | PreviousValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlendStruct
(
const TArray< FKeyPosition >& InAllKeyPositions, |