Navigation
API > API/Runtime > API/Runtime/Slate
| Name | SNotificationBackground |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationBackground.h |
| Include Path | #include "Widgets/Notifications/SNotificationBackground.h" |
Syntax
class SNotificationBackground : public SBorder
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SNotificationBackground
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SNotificationBackground
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BorderBrush | const FSlateBrush * | Widgets/Notifications/SNotificationBackground.h | ||
| WatermarkBrush | const FSlateBrush * | Widgets/Notifications/SNotificationBackground.h | ||
| WatermarkTint | FLinearColor | Widgets/Notifications/SNotificationBackground.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Notifications/SNotificationBackground.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& Args, |
Widgets/Notifications/SNotificationBackground.h |