Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Recomputes all keys output values such that the curve is effectively shifted to left and right without modifying the keys' input values.
| Name | FCurveTimeOffsetTweenModel |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Models/CurveTimeOffsetTweenModel.h |
| Include Path | #include "Math/Models/CurveTimeOffsetTweenModel.h" |
Syntax
class FCurveTimeOffsetTweenModel :
public UE::TweeningUtilsEditor::FTweenModel ,
public FNoncopyable
Inheritance Hierarchy
- FTweenModel → FCurveTimeOffsetTweenModel
- FNoncopyable → FCurveTimeOffsetTweenModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurveTimeOffsetTweenModel
(
TAttribute< TWeakPtr< FCurveEditor > > InWeakCurveEditor |
Math/Models/CurveTimeOffsetTweenModel.h |
Functions
Public
Overridden from FTweenModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BlendValues
(
float InNormalizedValue |
Does the blending based on the InNormalizedValue. | Math/Models/CurveTimeOffsetTweenModel.h | |
virtual void StartBlendOperation() |
Called when a blend operation is started. | Math/Models/CurveTimeOffsetTweenModel.h | |
virtual void StopBlendOperation() |
Called when a blend operation is stopped. | Math/Models/CurveTimeOffsetTweenModel.h |