Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiBoxWidget
Contains information about sub-menu block widgets that were pulled and flatten in the parent menu to enable searching the entire menu tree from the top.
| Name | FFlattenSearchableBlockInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
Syntax
struct FFlattenSearchableBlockInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HierarchyTipVisibility | EVisibility | Whether the hierarchy tip widget is visible in the flatten search result. | Framework/MultiBox/MultiBox.h | |
| SearchableTextHierarchyComponents | TArray< FText > | The block widget searchable text along with its ancestor menu searchable texts. | Framework/MultiBox/MultiBox.h | |
| Widget | TSharedPtr< SWidget > | The flatten widget wrapping the block widget that was built for the associated block. | Framework/MultiBox/MultiBox.h |