FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SHeader::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SHeader.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SHeader >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

Content()

The content to show in the header; usually some text describing a section of content.

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

How the content should be aligned: HAlign_Left : Content -------- HAlign_Right: -------- Content Otherwise: -- Content --

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