Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Tweens the curves of the curve editor's selection.
| Name | TCurveTweenModel |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Models/CurveTweenModel.h |
| Include Path | #include "Math/Models/CurveTweenModel.h" |
Syntax
template<EBlendFunction Func>
class TCurveTweenModel : public UE::TweeningUtilsEditor::FTweenModel
Inheritance Hierarchy
- FTweenModel → TCurveTweenModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCurveTweenModel
(
TWeakPtr< FCurveEditor > InWeakCurveEditor |
Math/Models/CurveTweenModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasAnythingToBlend() |
Math/Models/CurveTweenModel.h |
Overridden from FTweenModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BlendValues
(
float InNormalizedValue |
Does the blending based on the InNormalizedValue. | Math/Models/CurveTweenModel.h | |
virtual void StartBlendOperation() |
Called when a blend operation is started. | Math/Models/CurveTweenModel.h | |
virtual void StopBlendOperation() |
Called when a blend operation is stopped. | Math/Models/CurveTweenModel.h |