Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Holds functionality that may be reused across modules to add tweening widgets to a toolbar.
| Name | FTweenControllers |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/TweenControllers.h |
| Include Path | #include "Widgets/MVC/TweenControllers.h" |
Syntax
struct FTweenControllers
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenControllers
(
const TSharedRef< FUICommandList >& InCommandList, |
Widgets/MVC/TweenControllers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CycleFunctionController | FCycleFunctionController | Cycles functions (Shift + U). | Widgets/MVC/TweenControllers.h | |
| MouseSlidingController | FTweenMouseSlidingController | Allows indirect movement of the slider by using u + Move Mouse | Widgets/MVC/TweenControllers.h | |
| ToolbarController | FTweenToolbarController | Manages the toolbar widget | Widgets/MVC/TweenControllers.h |