UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMenuEntryBlock Member List

This is the complete list of members for FMenuEntryBlock, including all inherited members.

AsShared()TSharedFromThis< FMultiBlock >inline
AsShared() constTSharedFromThis< FMultiBlock >inline
AsSharedSubobject(SubobjectType *SubobjectPtr) constTSharedFromThis< FMultiBlock >inline
AsWeak()TSharedFromThis< FMultiBlock >inline
AsWeak() constTSharedFromThis< FMultiBlock >inline
AsWeakSubobject(SubobjectType *SubobjectPtr) constTSharedFromThis< FMultiBlock >inline
CreateMenuEntry(class FMenuBuilder &MenuBuilder) const overrideFMenuEntryBlockvirtual
DoesSharedInstanceExist() constTSharedFromThis< FMultiBlock >inline
FMenuEntryBlock(const FName &InExtensionHook, const TSharedPtr< const FUICommandInfo > InCommand, TSharedPtr< const FUICommandList > InCommandList, const TAttribute< FText > &InLabelOverride=TAttribute< FText >(), const TAttribute< FText > &InToolTipOverride=TAttribute< FText >(), const FSlateIcon &InIconOverride=FSlateIcon(), bool bInCloseSelfOnly=false, bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const FNewMenuDelegate &InEntryBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, TSharedPtr< const FUICommandList > InCommandList, bool bInCloseSelfOnly, const FSlateIcon &InIcon=FSlateIcon(), bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const FOnGetContent &InMenuBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, TSharedPtr< const FUICommandList > InCommandList, bool bInCloseSelfOnly, const FSlateIcon &InIcon=FSlateIcon(), bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const TSharedPtr< SWidget > &InEntryWidget, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, TSharedPtr< const FUICommandList > InCommandList, bool bInCloseSelfOnly, const FSlateIcon &InIcon=FSlateIcon(), bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const FNewMenuDelegate &InEntryBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, const FSlateIcon &InIcon, const FUIAction &InUIAction, const EUserInterfaceActionType InUserInterfaceActionType, bool bInCloseSelfOnly, bool bInShouldCloseWindowAfterMenuSelection=true, TSharedPtr< const FUICommandList > InCommandList=nullptr, const TAttribute< FText > &InInputBindingOverride=TAttribute< FText >())FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const FSlateIcon &InIcon, const FUIAction &InUIAction, const EUserInterfaceActionType InUserInterfaceActionType, bool bInCloseSelfOnly, bool bInShouldCloseWindowAfterMenuSelection=true, const TAttribute< FText > &InInputBindingOverride=TAttribute< FText >())FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const FUIAction &UIAction, const TSharedRef< SWidget > Contents, const TAttribute< FText > &InToolTip, const EUserInterfaceActionType InUserInterfaceActionType, bool bInCloseSelfOnly, bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const TSharedRef< SWidget > Contents, const FNewMenuDelegate &InEntryBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, TSharedPtr< const FUICommandList > InCommandList, bool bInCloseSelfOnly, bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const FUIAction &UIAction, const TSharedRef< SWidget > Contents, const FNewMenuDelegate &InEntryBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, TSharedPtr< const FUICommandList > InCommandList, bool bInCloseSelfOnly, bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FName &InExtensionHook, const FUIAction &UIAction, const TAttribute< FText > &InLabel, const TAttribute< FText > &InToolTip, const FOnGetContent &InMenuBuilder, TSharedPtr< FExtender > InExtender, bool bInSubMenu, bool bInSubMenuOnClick, bool bInCloseSelfOnly, const FSlateIcon &InIcon=FSlateIcon(), bool bInShouldCloseWindowAfterMenuSelection=true)FMenuEntryBlock
FMenuEntryBlock(const FMenuEntryParams &InMenuEntryParams)FMenuEntryBlock
FMultiBlock(const TSharedPtr< const FUICommandInfo > InCommand, TSharedPtr< const FUICommandList > InCommandList, FName InExtensionHook=NAME_None, EMultiBlockType InType=EMultiBlockType::None, bool bInIsPartOfHeading=false)FMultiBlockinline
FMultiBlock(const FUIAction &InAction, FName InExtensionHook=NAME_None, EMultiBlockType InType=EMultiBlockType::None, bool bInIsPartOfHeading=false, TSharedPtr< const FUICommandList > InCommandList=nullptr)FMultiBlockinline
FMultiBlock(const FMultiBlockParams &InMultiBlockParams)FMultiBlockinline
FSlateMacMenuFMenuEntryBlockfriend
GetAction() constFMultiBlockinline
GetActionList() constFMultiBlockinline
GetDirectActions() constFMultiBlockinline
GetExtensionHook() constFMultiBlockinline
GetResizeParams() constFMultiBlock
GetSearchable() constFMultiBlock
GetStyleNameOverride() constFMultiBlockinline
GetTutorialHighlightName() constFMultiBlockinline
GetType() constFMultiBlockinline
GetVisibilityOverride() constFMultiBlock
HasIcon() const overrideFMenuEntryBlockvirtual
IsGroupEndBlock() constFMultiBlockinlinevirtual
IsGroupStartBlock() constFMultiBlockinlinevirtual
IsPartOfHeading() constFMultiBlockinline
IsRecursivelySearchable() constFMenuEntryBlockinline
IsSeparator() constFMultiBlockinline
IsSubMenu() constFMenuEntryBlockinline
MakeWidget(TSharedRef< class SMultiBoxWidget > InOwnerMultiBoxWidget, EMultiBlockLocation::Type InLocation, bool bSectionContainsIcons, TSharedPtr< SWidget > OptionsBlockWidget) constFMultiBlock
operator=(TSharedFromThis const &)TSharedFromThis< FMultiBlock >inlineprotected
SetCheckBoxStyle(FName InCheckBoxStyle)FMenuEntryBlock
SetRecursivelySearchable(bool bInRecursivelySearchable)FMenuEntryBlockinline
SetResizeParams(const TAttribute< FMenuEntryResizeParams > &InResizeParams)FMultiBlock
SetSearchable(bool bSearchable)FMultiBlock
SetStyleNameOverride(FName InStyleNameOverride)FMultiBlockinline
SetTutorialHighlightName(FName InTutorialName)FMultiBlockinline
SetVisibilityOverride(TAttribute< EVisibility > InVisibilityOverride)FMultiBlock
SharedThis(OtherType *ThisPtr)TSharedFromThis< FMultiBlock >inlineprotectedstatic
SharedThis(const OtherType *ThisPtr)TSharedFromThis< FMultiBlock >inlineprotectedstatic
SMenuEntryBlockFMenuEntryBlockfriend
TSharedFromThis()TSharedFromThis< FMultiBlock >inlineprotected
TSharedFromThis(TSharedFromThis const &)TSharedFromThis< FMultiBlock >inlineprotected
UpdateWeakReferenceInternal(TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) constTSharedFromThis< FMultiBlock >inline
UpdateWeakReferenceInternal(TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) constTSharedFromThis< FMultiBlock >inline
~FMultiBlock()FMultiBlockinlinevirtual
~TSharedFromThis()TSharedFromThis< FMultiBlock >inlineprotected