Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
It bridges the STweenSlider, which acts as the view, and the model, FTweenModel, by interchanging data between them. Acts as view in a Model-View-Controller architecture.
| Name | STweenView |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/STweenView.h |
| Include Path | #include "Widgets/MVC/STweenView.h" |
Syntax
class STweenView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STweenView
- FSlateControlledConstruction → SWidget → SCompoundWidget → STweenView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TweenModelAttr | TAttribute< FTweenModel * > | The model that these controls are driving | Widgets/MVC/STweenView.h | |
| TweenSlider | TSharedPtr< STweenSlider > | The embedded tween slider this widget is wrapping. | Widgets/MVC/STweenView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/MVC/STweenView.h | ||
const TSharedPtr< STweenSlider > & GetTweenSlider() |
Widgets/MVC/STweenView.h |