Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SHeader
Inheritance Hierarchy
- FSlateBaseNamedArgs
- 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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | Content () |
The content to show in the header; usually some text describing a section of content. | |
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
How the content should be aligned: HAlign_Left : Content -------- HAlign_Right: -------- Content Otherwise: -- Content -- |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |