Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FToolBarBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolBarBuilder
(
TSharedPtr< const FUICommandList > InCommandList, |
Constructor | Framework/MultiBox/MultiBoxBuilder.h | |
FToolBarBuilder
(
EMultiBoxType InType, |
Framework/MultiBox/MultiBoxBuilder.h | ||
FToolBarBuilder
(
TSharedPtr< const FUICommandList > InCommandList, |
Framework/MultiBox/MultiBoxBuilder.h |
FToolBarBuilder(TSharedPtr< const FUICommandList >, FMultiBoxCustomization, TSharedPtr< FExtender >, const bool)
Description
Constructor
| Name | FToolBarBuilder |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
FToolBarBuilder
(
TSharedPtr < const FUICommandList > InCommandList,
FMultiBoxCustomization InCustomization,
TSharedPtr < FExtender > InExtender,
const bool InForceSmallIcons
)
Parameters
| Name | Remarks |
|---|---|
| InCommandList | The action list that maps command infos to delegates that should be called for each command associated with a multiblock widget |
FToolBarBuilder(EMultiBoxType, TSharedPtr< const FUICommandList >, FMultiBoxCustomization, TSharedPtr< FExtender >, const bool)
| Name | FToolBarBuilder |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
FToolBarBuilder
(
EMultiBoxType InType,
TSharedPtr < const FUICommandList > InCommandList,
FMultiBoxCustomization InCustomization,
TSharedPtr < FExtender > InExtender,
const bool InForceSmallIcons
)
FToolBarBuilder(TSharedPtr< const FUICommandList >, FMultiBoxCustomization, TSharedPtr< FExtender >, EOrientation, const bool, const bool)
| Name | FToolBarBuilder |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
FToolBarBuilder
(
TSharedPtr < const FUICommandList > InCommandList,
FMultiBoxCustomization InCustomization,
TSharedPtr < FExtender > InExtender,
EOrientation Orientation,
const bool InForceSmallIcons,
const bool bUniform
)