Navigation
API > API/Runtime > API/Runtime/UMG
The Slot for the UBackgroundBlurSlot, contains the widget displayed in a BackgroundBlur's single slot
| Name | UBackgroundBlurSlot |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/BackgroundBlurSlot.h |
| Include Path | #include "Components/BackgroundBlurSlot.h" |
Syntax
UCLASS (MinimalAPI)
class UBackgroundBlurSlot : public UPanelSlot
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UPanelSlot → UBackgroundBlurSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBackgroundBlurSlot
(
const FObjectInitializer& ObjectInitializer |
Components/BackgroundBlurSlot.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundBlur | TSharedPtr< SBackgroundBlur > | A pointer to the BackgroundBlur to allow us to adjust the size, padding...etc at runtime. | Components/BackgroundBlurSlot.h | |
| UBackgroundBlur | friend | Components/BackgroundBlurSlot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BuildSlot
(
TSharedRef< SBackgroundBlur > InBackgroundBlur |
Builds the underlying slot for the slate BackgroundBlur. | Components/BackgroundBlurSlot.h | |
EHorizontalAlignment GetHorizontalAlignment() |
Components/BackgroundBlurSlot.h | ||
FMargin GetPadding() |
Components/BackgroundBlurSlot.h | ||
EVerticalAlignment GetVerticalAlignment() |
Components/BackgroundBlurSlot.h | ||
void SetHorizontalAlignment
(
EHorizontalAlignment InHorizontalAlignment |
Components/BackgroundBlurSlot.h |
|
|
void SetPadding
(
FMargin InPadding |
Components/BackgroundBlurSlot.h |
|
|
void SetVerticalAlignment
(
EVerticalAlignment InVerticalAlignment |
Components/BackgroundBlurSlot.h |
|
Overridden from UPanelSlot
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SynchronizeProperties() |
Applies all properties to the live slot if possible. | Components/BackgroundBlurSlot.h |
Overridden from UVisual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseSlateResources
(
bool bReleaseChildren |
Components/BackgroundBlurSlot.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Components/BackgroundBlurSlot.h |