Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMultiBlock
Inheritance Hierarchy
- FMultiBlock::FMultiBlockParams
- FMenuEntryParams
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include | #include "Framework/MultiBox/MultiBox.h" |
Syntax
struct FMultiBlockParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< const FUICommandInfo > | Action | The action associated with this block (can be null for some actions) | |
| const TSharedPtr< const FUICommandList > | ActionList | The list of mappings from command info to delegates that should be called. | |
| bool | bIsPartOfHeading | Whether this block is part of the heading blocks for a section | |
| FUIAction | DirectActions | Direct processing of actions. | |
| FName | ExtensionHook | Optional extension hook which is used for debug display purposes, so users can see what hooks are where | |
| EMultiBlockType | Type | Type of MultiBlock |