Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
This acts as the source of FTweenModels displayed in UI, e.g. by FTweenToolbarController. The implementation is expected to be a static list of tween functions, i.e. each invocation of ForEachFunction is supposed to return the same functions.
| Name | ITweenModelContainer |
| Type | class |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/Abstraction/ITweenModelContainer.h |
| Include Path | #include "Math/Abstraction/ITweenModelContainer.h" |
Syntax
class ITweenModelContainer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITweenModelContainer() |
Math/Abstraction/ITweenModelContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
FTweenModel * FindModelByIdentifier
(
const FString& InIdentifier |
Math/Abstraction/ITweenModelContainer.h | ||
void ForEachModel
(
const TFunctionRef< void(FTweenModel&)> InConsumer |
Iterates through all the functions | Math/Abstraction/ITweenModelContainer.h | |
FLinearColor GetColorForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
TSharedPtr< FUICommandInfo > GetCommandForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
const FSlateBrush * GetIconForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
FText GetLabelForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
FTweenModel * GetModel
(
int32 InIndex |
Math/Abstraction/ITweenModelContainer.h | ||
FString GetModelIdentifier
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
FText GetToolTipForModel
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
int32 IndexOf
(
const FTweenModel& InTweenModel |
Math/Abstraction/ITweenModelContainer.h | ||
bool IsValidIndex
(
int32 InIndex |
Math/Abstraction/ITweenModelContainer.h | ||
int32 NumModels() |
Math/Abstraction/ITweenModelContainer.h |