Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FToolMenuSection |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuSection.h |
| Include Path | #include "ToolMenuSection.h" |
Syntax
USTRUCT (BlueprintType )
struct FToolMenuSection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolMenuSection() |
ToolMenuSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alignment | EToolMenuSectionAlign | ToolMenuSection.h | ||
| Blocks | TArray< FToolMenuEntry > | ToolMenuSection.h |
|
|
| Construct | FNewSectionConstructChoice | ToolMenuSection.h | ||
| Context | FToolMenuContext | ToolMenuSection.h |
|
|
| InsertPosition | FToolMenuInsert | ToolMenuSection.h |
|
|
| Label | TAttribute< FText > | ToolMenuSection.h | ||
| Name | FName | ToolMenuSection.h |
|
|
| Owner | FToolMenuOwner | ToolMenuSection.h |
|
|
| ResizeParams | FMenuEntryResizeParams | Section-level resize parameters. | ToolMenuSection.h | |
| Sorter | FToolMenuSectionSorter | A sorting function for blocks within this section. | ToolMenuSection.h | |
| ToolMenuSectionDynamic | TObjectPtr< UToolMenuSectionDynamic > | ToolMenuSection.h |
|
|
| Visibility | FToolMenuVisibilityChoice | ToolMenuSection.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddedDuringRegister | bool | ToolMenuSection.h | ||
| bIsRegistering | bool | ToolMenuSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolMenuEntry & AddDynamicEntry
(
const FName InName, |
ToolMenuSection.h | ||
FToolMenuEntry & AddDynamicEntry
(
const FName InName, |
ToolMenuSection.h | ||
FToolMenuEntry & AddEntry
(
const FToolMenuEntry& Args |
ToolMenuSection.h | ||
FToolMenuEntry & AddEntryObject
(
UToolMenuEntryScript* InObject |
ToolMenuSection.h | ||
FToolMenuEntry & AddMenuEntry
(
const FName InName, |
Add a menu entry to this section. | ToolMenuSection.h | |
FToolMenuEntry & AddMenuEntry
(
const FName InNameOverride, |
ToolMenuSection.h | ||
FToolMenuEntry & AddMenuEntry
(
const TSharedPtr< const FUICommandInfo >& InCommand, |
ToolMenuSection.h | ||
FToolMenuEntry & AddMenuEntryWithCommandList
(
const TSharedPtr< const FUICommandInfo >& InCommand, |
ToolMenuSection.h | ||
FToolMenuEntry & AddMenuSeparator
(
const FName InName |
ToolMenuSection.h | ||
FToolMenuEntry & AddSeparator
(
const FName InName |
ToolMenuSection.h | ||
FToolMenuEntry & AddSubMenu
(
const FName InName, |
Add a sub-menu to this section. | ToolMenuSection.h | |
FToolMenuEntry & AddSubMenu
(
const FName InName, |
ToolMenuSection.h | ||
FToolMenuEntry & AddSubMenu
(
const FName InName, |
ToolMenuSection.h | ||
TContextType * FindContext() |
ToolMenuSection.h | ||
const FToolMenuEntry * FindEntry
(
const FName InName |
ToolMenuSection.h | ||
FToolMenuEntry * FindEntry
(
const FName InName |
ToolMenuSection.h | ||
void InitSection
(
const FName InName, |
ToolMenuSection.h |