Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FToolBarBuilder
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 BeginSection
(
FName InExtensionHook,
bool bInSectionShouldHaveSeparator
)
Remarks
Starts a section on to the extender section hook stack
Parameters
| Name | Description |
|---|---|
| InExtensionHook | The section hook. Can be NAME_None |
| bInSectionShouldHaveSeparator | Whether this section should have a separator to its left (this doesn't apply to the first section added, because that never gets a separator). |