FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SWindowTitleBarArea::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWindowTitleBarArea.h

Include

#include "Widgets/Layout/SWindowTitleBarArea.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SWindowTitleBarArea >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

Content()

The widget content presented by the SWindowTitleBarArea

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

Horizontal alignment of content in the area allotted to the SWindowTitleBarArea by its parent

Public function

WidgetArgsTy...

 

Padding

(
    const TAttribute< FMargin >& InAtt...
)

Padding between the SWindowTitleBarArea and the content that it presents.

Public function

WidgetArgsTy...

 

RequestToggleFullscreen

(
    const FSimpleDelegate& InDelegate
)

Called when the maximize/restore button or double click needs to toggle fullscreen.

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

Vertical alignment of content in the area allotted to the SWindowTitleBarArea by its parent

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