FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SMenuAnchor::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h

Include

#include "Widgets/Input/SMenuAnchor.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SMenuAnchor >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ApplyWidgetStyleToMenu

(
    bool InArg
)

True to apply the InWidgetStyle of the menu anchor when painting the popup, false to always paint the popup with full opacity and no tint.

Public function

NamedSlotPro...

 

Content()

Public function

WidgetArgsTy...

 

FitInWindow

(
    bool InArg
)

Public function

WidgetArgsTy...

 

IsCollapsedByParent

(
    bool InArg
)

True if this menu anchor should be collapsed when its parent receives focus, false (default) otherwise

Public function

WidgetArgsTy...

 

MenuContent

(
    TSharedPtr< SWidget > InArg
)

Public function

WidgetArgsTy...

 

Method

(
    TOptional< EPopupMethod > InArg
)

Public function

WidgetArgsTy...

 

OnGetMenuContent

(
    const FOnGetContent& InDelegate
)

Public function

WidgetArgsTy...

 

OnMenuOpenChanged

(
    const FOnIsOpenChanged& InDelegate
)

Public function

WidgetArgsTy...

 

Padding

(
    FMargin InArg
)

Public function

WidgetArgsTy...

 

Placement

(
    const TAttribute< EMenuPlacement > ...
)

Public function

WidgetArgsTy...

 

ShouldDeferPaintingAfterWindowContent

(
    bool InArg
)

Public function

WidgetArgsTy...

 

UseApplicationMenuStack

(
    bool InArg
)

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss