UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMultiBlock::FMultiBlockParams Struct Reference

#include <MultiBox.h>

+ Inheritance diagram for FMultiBlock::FMultiBlockParams:

Public Attributes

FUIAction DirectActions
 
const TSharedPtr< const FUICommandInfoAction
 
const TSharedPtr< const FUICommandListActionList
 
FName ExtensionHook
 
EMultiBlockType Type = EMultiBlockType::None
 
bool bIsPartOfHeading = false
 

Member Data Documentation

◆ Action

const TSharedPtr< const FUICommandInfo > FMultiBlock::FMultiBlockParams::Action

The action associated with this block (can be null for some actions)

◆ ActionList

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

◆ bIsPartOfHeading

bool FMultiBlock::FMultiBlockParams::bIsPartOfHeading = false

Whether this block is part of the heading blocks for a section

◆ DirectActions

FUIAction FMultiBlock::FMultiBlockParams::DirectActions

Direct processing of actions. Will use these actions if there is not UICommand associated with this block that handles actions

◆ ExtensionHook

FName FMultiBlock::FMultiBlockParams::ExtensionHook

Optional extension hook which is used for debug display purposes, so users can see what hooks are where

◆ Type

EMultiBlockType FMultiBlock::FMultiBlockParams::Type = EMultiBlockType::None

Type of MultiBlock


The documentation for this struct was generated from the following file: