Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor > API/Plugins/TweeningUtilsEditor/FTweenToolbarController
Description
Extends the toolbar. Safe to call multiple times (although typically you'll call this exactly once).
| Name | AddToToolbar |
| Type | function |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/TweenToolbarController.h |
| Include Path | #include "Widgets/MVC/TweenToolbarController.h" |
| Source | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Private/Widgets/MVC/TweenToolbarController.cpp |
FAddToToolbarResult AddToToolbar
(
FToolBarBuilder & ToolbarBuilder,
FMakeWidgetArgs InArgs
) const
Parameters
| Name | Remarks |
|---|---|
| ToolbarBuilder | The toolbar to add the widgets to |
| InArgs | Optional additional args to control how the widget should be constructed. |