Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FButtonRowBuilder > API/Runtime/Slate/Framework/MultiBox/FButtonRowBuilder/AddButton
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddButton
&40;
const FText & InLabel,
const FText & InToolTip,
const FUIAction & UIAction,
const FSlateIcon & InIcon,
const EUserInterfaceActionType UserInterfaceActionType
&41;
Remarks
Adds a button to a row
Parameters
| Name | Description |
|---|---|
| InLabel | The button label to display |
| InToolTipOverride | The tooltip for the button |
| UIAction | Action to execute when the button is clicked or when state should be checked |
| InIcon | The icon for the button |
| UserInterfaceActionType | The style of button to display |