Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Implements the logic of tweening some values: it could be curves, it could be control rig models. Acts as model in a Model-View-Controller architecture.
| Name | FTweenModel |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Models/TweenModel.h |
| Include Path | #include "Math/Models/TweenModel.h" |
Syntax
class FTweenModel
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTweenModel() |
Math/Models/TweenModel.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScaleMode | ETweenScaleMode | Affects how normalized values sent to BlendValueNormalizedAndRecomputeKeys are interpreted: | Math/Models/TweenModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BlendOneOff
(
float InNormalizedValue |
Blends to a single value once. | Math/Models/TweenModel.h | |
void BlendValues
(
float InNormalizedValue |
Does the blending based on the InNormalizedValue. | Math/Models/TweenModel.h | |
ETweenScaleMode GetScaleMode() |
Math/Models/TweenModel.h | ||
float ScaleBlendValue
(
float InNormalizedValue |
Math/Models/TweenModel.h | ||
virtual void SetScaleMode
(
ETweenScaleMode InMode |
Math/Models/TweenModel.h | ||
virtual void StartBlendOperation() |
Called when a blend operation is started. | Math/Models/TweenModel.h | |
virtual void StopBlendOperation() |
Called when a blend operation is stopped. | Math/Models/TweenModel.h |