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

#include <ToolMenuBase.h>

+ Inheritance diagram for FCustomizedToolMenu:

Public Member Functions

SLATE_API FName GetEntrySectionName (const FName InEntryName) const
 
- Public Member Functions inherited from FToolMenuProfile
SLATE_API FCustomizedToolMenuEntryFindEntry (const FName InEntryName)
 
SLATE_API const FCustomizedToolMenuEntryFindEntry (const FName InEntryName) const
 
SLATE_API FCustomizedToolMenuEntryAddEntry (const FName InEntryName)
 
SLATE_API ECustomizedToolMenuVisibility GetEntryVisiblity (const FName InSectionName) const
 
SLATE_API bool IsEntryHidden (const FName InEntryName) const
 
SLATE_API FCustomizedToolMenuSectionFindSection (const FName InSectionName)
 
SLATE_API const FCustomizedToolMenuSectionFindSection (const FName InSectionName) const
 
SLATE_API FCustomizedToolMenuSectionAddSection (const FName InSectionName)
 
SLATE_API ECustomizedToolMenuVisibility GetSectionVisiblity (const FName InSectionName) const
 
SLATE_API bool IsSectionHidden (const FName InSectionName) const
 
SLATE_API void SetSuppressExtenders (const FName InOwnerName, const bool bInSuppress)
 
SLATE_API bool IsSuppressExtenders () const
 

Public Attributes

TMap< FName, FCustomizedToolMenuNameArrayEntryOrder
 
TArray< FNameSectionOrder
 
- Public Attributes inherited from FToolMenuProfile
FName Name
 
TMap< FName, FCustomizedToolMenuEntryEntries
 
TMap< FName, FCustomizedToolMenuSectionSections
 
TArray< FNameSuppressExtenders
 
FNamePermissionList MenuPermissions
 

Member Function Documentation

◆ GetEntrySectionName()

FName FCustomizedToolMenu::GetEntrySectionName ( const FName  InEntryName) const

Member Data Documentation

◆ EntryOrder

TMap<FName, FCustomizedToolMenuNameArray> FCustomizedToolMenu::EntryOrder

◆ SectionOrder

TArray<FName> FCustomizedToolMenu::SectionOrder

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