Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMultiBlock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMultiBlock
(
const FMultiBlockParams& InMultiBlockParams |
Constructor | Framework/MultiBox/MultiBox.h | |
FMultiBlock
(
const TSharedPtr< const FUICommandInfo > InCommand, |
Constructor | Framework/MultiBox/MultiBox.h | |
FMultiBlock
(
const FUIAction& InAction, |
Constructor | Framework/MultiBox/MultiBox.h |
FMultiBlock(const FMultiBlockParams &)
Description
Constructor
| Name | FMultiBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
FMultiBlock
(
const FMultiBlockParams & InMultiBlockParams
)
Parameters
| Name | Remarks |
|---|---|
| InMultiBlockParams | Bundle of params for construction |
FMultiBlock(const TSharedPtr< const FUICommandInfo >, TSharedPtr< const FUICommandList >, FName, EMultiBlockType, bool)
Description
Constructor
| Name | FMultiBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
FMultiBlock
(
const TSharedPtr < const FUICommandInfo > InCommand,
TSharedPtr < const FUICommandList > InCommandList,
FName InExtensionHook,
EMultiBlockType InType,
bool bInIsPartOfHeading
)
Parameters
| Name | Remarks |
|---|---|
| InCommand | The command info that describes what action to take when this block is activated |
| InCommandList | The list of mappings from command info to delegates so we can find the delegates to process for the provided action |
FMultiBlock(const FUIAction &, FName, EMultiBlockType, bool, TSharedPtr< const FUICommandList >)
Description
Constructor
| Name | FMultiBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
FMultiBlock
(
const FUIAction & InAction,
FName InExtensionHook,
EMultiBlockType InType,
bool bInIsPartOfHeading,
TSharedPtr < const FUICommandList > InCommandList
)
Parameters
| Name | Remarks |
|---|---|
| InAction | UI action delegates that should be used in place of UI commands (dynamic menu items) |