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 FChannelKeyBounds
Remarks
Key bounds and their values used to blend with Controls and Actor float channels
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bValid | ||
| FFrameNumber | CurrentFrame | ||
| double | CurrentValue | ||
| FMovieSceneDoubleChannel * | DoubleChannel | ||
| FMovieSceneFloatChannel * | FloatChannel | ||
| FFrameNumber | NextFrame | ||
| int32 | NextIndex | ||
| double | NextValue | ||
| FFrameNumber | PreviousFrame | ||
| int32 | PreviousIndex | ||
| double | PreviousValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|