Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Backed by an array of tween models and their UI info.
| Name | FTweenModelArray |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Abstraction/TweenModelArray.h |
| Include Path | #include "Math/Abstraction/TweenModelArray.h" |
Syntax
class FTweenModelArray :
public UE::TweeningUtilsEditor::ITweenModelContainer ,
public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FTweenModelArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTweenModelArray
(
TArray< FTweenModelUIEntry > InTweenModels |
Math/Abstraction/TweenModelArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TweenModels | const TArray< FTweenModelUIEntry > | Info about the contained tween models. | Math/Abstraction/TweenModelArray.h |
Functions
Public
Overridden from ITweenModelContainer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachModel
(
const TFunctionRef< void(FTweenModel&)> InConsumer |
Iterates through all the functions | Math/Abstraction/TweenModelArray.h | |
virtual FLinearColor GetColorForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual TSharedPtr< FUICommandInfo > GetCommandForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual const FSlateBrush * GetIconForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual FText GetLabelForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual FTweenModel * GetModel
(
int32 InIndex |
Math/Abstraction/TweenModelArray.h | ||
virtual FString GetModelIdentifier
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual FText GetToolTipForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/TweenModelArray.h | ||
virtual int32 NumModels() |
Math/Abstraction/TweenModelArray.h |