Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor > API/Plugins/TweeningUtilsEditor/FCycleFunctionController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCycleFunctionController
(
TAttribute< const FTweenModel* > InCurrentTweenModelAttr, |
Version that defauls the cycle command to FTweenUtilsCommands::ChangeAnimSliderTool. | Widgets/MVC/CycleFunctionController.h | |
FCycleFunctionController
(
TAttribute< const FTweenModel* > InCurrentTweenModelAttr, |
Widgets/MVC/CycleFunctionController.h |
FCycleFunctionController(TAttribute< const FTweenModel * >, const TSharedRef< ITweenModelContainer > &, FHandleTweenChange, const TSharedRef< FUICommandList > &)
Description
Version that defauls the cycle command to FTweenUtilsCommands::ChangeAnimSliderTool.
| Name | FCycleFunctionController |
| Type | function |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/CycleFunctionController.h |
| Include Path | #include "Widgets/MVC/CycleFunctionController.h" |
| Source | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Private/Widgets/MVC/CycleFunctionController.cpp |
FCycleFunctionController
(
TAttribute < const FTweenModel * > InCurrentTweenModelAttr,
const TSharedRef < ITweenModelContainer > & InTweenModelContainer,
FHandleTweenChange InHandleTweenChange,
const TSharedRef < FUICommandList > & InCommandList
)
FCycleFunctionController(TAttribute< const FTweenModel * >, const TSharedRef< ITweenModelContainer > &, FHandleTweenChange, const TSharedRef< FUICommandList > &, TSharedPtr< FUICommandInfo >)
| Name | FCycleFunctionController |
| Type | function |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/CycleFunctionController.h |
| Include Path | #include "Widgets/MVC/CycleFunctionController.h" |
| Source | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Private/Widgets/MVC/CycleFunctionController.cpp |
FCycleFunctionController
(
TAttribute < const FTweenModel * > InCurrentTweenModelAttr,
const TSharedRef < ITweenModelContainer > & InTweenModelContainer,
FHandleTweenChange InHandleTweenChange,
const TSharedRef < FUICommandList > & InCommandList,
TSharedPtr < FUICommandInfo > InCycleCommand
)
Parameters
| Name | Remarks |
|---|---|
| InCurrentTweenModelAttr | The tween model that is currently selected. |
| InTweenModelContainer | Determines the functions through which you can cycle |
| InHandleTweenChange | Invoked to change the current tween function |
| InCommandList | The command list to add / remove the command to / from. |
| InCycleCommand | The command that cycles the function |