Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FToolBarStackButtonBlock
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarStackButtonBlock.h |
| Include | #include "Framework/MultiBox/SToolBarStackButtonBlock.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarStackButtonBlock.cpp |
FToolBarStackButtonBlock
&40;
const TSharedRef< const FUICommandInfo > InCommand,
TSharedPtr< const FUICommandList > InCommandList,
bool bInSimpleStackBox
&41;
Remarks
Constructor
Parameters
| Name | Description |
|---|---|
| InCommand | The command associated with this tool bar button |
| InCommandList | The list of commands that are mapped to delegates so that we know what to execute for this button |
| bInSimpleStackBox | If true, the icon and label won't be displayed |