![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MultiBox.h>
Inheritance diagram for FMultiBlock::FMultiBlockParams:Public Attributes | |
| FUIAction | DirectActions |
| const TSharedPtr< const FUICommandInfo > | Action |
| const TSharedPtr< const FUICommandList > | ActionList |
| FName | ExtensionHook |
| EMultiBlockType | Type = EMultiBlockType::None |
| bool | bIsPartOfHeading = false |
| const TSharedPtr< const FUICommandInfo > FMultiBlock::FMultiBlockParams::Action |
The action associated with this block (can be null for some actions)
| const TSharedPtr< const FUICommandList > FMultiBlock::FMultiBlockParams::ActionList |
The list of mappings from command info to delegates that should be called. This is here for quick access. Can be null for some widgets
Whether this block is part of the heading blocks for a section
| FUIAction FMultiBlock::FMultiBlockParams::DirectActions |
Direct processing of actions. Will use these actions if there is not UICommand associated with this block that handles actions
| FName FMultiBlock::FMultiBlockParams::ExtensionHook |
Optional extension hook which is used for debug display purposes, so users can see what hooks are where
| EMultiBlockType FMultiBlock::FMultiBlockParams::Type = EMultiBlockType::None |
Type of MultiBlock