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