Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
An association between a tween model and its UI display info. Useful for backing some UI, e.g. like combo button selection list.
| Name | FTweenModelUIEntry |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Abstraction/TweenModelDisplayInfo.h |
| Include Path | #include "Math/Abstraction/TweenModelDisplayInfo.h" |
Syntax
struct FTweenModelUIEntry : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FTweenModelUIEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenModelUIEntry
(
TUniquePtr< FTweenModel > TweenModel, |
Math/Abstraction/TweenModelDisplayInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayInfo | FTweenModelDisplayInfo | Math/Abstraction/TweenModelDisplayInfo.h | ||
| TweenModel | TUniquePtr< FTweenModel > | Math/Abstraction/TweenModelDisplayInfo.h |