Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools > API/Plugins/ControlRigEditor/Tools/FBaseAnimSlider
- FBaseAnimSlider::Blend()
- FBasicBlendSlider::Blend()
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigTweener.h |
| Include | #include "Tools/ControlRigTweener.h" |
bool Blend
&40;
TWeakPtr< ISequencer > & InSequencer,
const double BlendValue
&41;
Parameters
| Name | Description |
|---|---|
| InSequencer | Sequencer to blend at current time |
| InSequencer | BlendValue where in time to Blend in at Current Frame, 0.0 will be at current frame, -1.0 will value at previous key, 1.0 value at next key, other values interpolated between. |