Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Affects how blend values, which are normalized to the range -1.0 to 1.0, are interpreted.
| Name | UE::TweeningUtilsEditor::ETweenScaleMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/ETweenScaleMode.h |
| Include Path | #include "Widgets/ETweenScaleMode.h" |
Syntax
namespace UE
{
namespace TweeningUtilsEditor
{
enum ETweenScaleMode
{
Normalized,
Overshoot,
}
}
}
Values
| Name | Remarks |
|---|---|
| Normalized | -1.0 to 1.0 maps to -100% to +100% |
| Overshoot | -1.0 to 1.0 maps to -200% to +200% |