Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools > API/Plugins/ControlRigEditor/Tools/FBasicBlendSlider
References
Module
ControlRigEditor
Header
/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigTweener.h
Include
#include "Tools/ControlRigTweener.h"
Source
/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/Tools/ControlRigTweener.cpp
virtual bool Blend
(
TWeakPtr < ISequencer > & InSequencer,
const double BlendValue
)
Copy full snippet
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.