Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Specialization that sends blend values to a tween model based on how far the mouse is moved.
| Name | FTweenMouseSlidingController |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/TweenMouseSlidingController.h |
| Include Path | #include "Widgets/MVC/TweenMouseSlidingController.h" |
Syntax
class FTweenMouseSlidingController : public UE::TweeningUtilsEditor::FMouseSlidingController
Inheritance Hierarchy
- FNoncopyable → FMouseSlidingController → FTweenMouseSlidingController
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenMouseSlidingController
(
TAttribute< FTweenModel* > InTweenModelAttr, |
Version that defaults to using the commands from FTweeningUtilsCommands. | Widgets/MVC/TweenMouseSlidingController.h | |
FTweenMouseSlidingController
(
TAttribute< float > InMaxSlideWidthAttr, |
Version that allows you to specify every detail | Widgets/MVC/TweenMouseSlidingController.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentSliderPosition | TOptional< float > | The current slider position that is being driven by the mouse. Range [-1,1]. | Widgets/MVC/TweenMouseSlidingController.h | |
| TweenModelAttr | const TAttribute< FTweenModel * > | Does the actual blending. | Widgets/MVC/TweenMouseSlidingController.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TOptional< float > & GetCurrentSliderPosition() |
Widgets/MVC/TweenMouseSlidingController.h |