UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SNotificationExtendable Class Reference
+ Inheritance diagram for SNotificationExtendable:

Public Member Functions

 SNotificationExtendable ()
 
virtual ~SNotificationExtendable ()
 
virtual void SetText (const TAttribute< FText > &InText) override
 
virtual void SetSubText (const TAttribute< FText > &InSubText) override
 
virtual ECompletionState GetCompletionState () const override
 
virtual void SetCompletionState (ECompletionState State) override
 
virtual void ExpireAndFadeout () override
 
void Fadein (const bool bAllowThrottleWhenFrameRateIsLow)
 
virtual void Fadeout () override
 
virtual void Pulse (const FLinearColor &GlowColor)
 
virtual void SetExpireDuration (float Duration) override
 
virtual void SetFadeInDuration (float Duration) override
 
virtual void SetFadeOutDuration (float Duration) override
 
bool Update (float InDeltaTime)
 
- Public Member Functions inherited from SNotificationItem
virtual void SetHyperlink (const FSimpleDelegate &InHyperlink, const TAttribute< FText > &InHyperlinkText=TAttribute< FText >())=0
 
- Public Member Functions inherited from SCompoundWidget
const FVector2D GetContentScale () const
 
void SetContentScale (TAttribute< FVector2D > InContentScale)
 
FLinearColor GetColorAndOpacity () const
 
void SetColorAndOpacity (TAttribute< FLinearColor > InColorAndOpacity)
 
void SetForegroundColor (TAttribute< FSlateColor > InForegroundColor)
 
virtual SLATECORE_API int32 OnPaint (const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override
 
virtual SLATECORE_API FChildrenGetChildren () override
 
virtual SLATECORE_API void OnArrangeChildren (const FGeometry &AllottedGeometry, FArrangedChildren &ArrangedChildren) const override
 
virtual SLATECORE_API FSlateColor GetForegroundColor () const override
 
virtual SLATECORE_API void SetVisibility (TAttribute< EVisibility > InVisibility) override final
 
- Public Member Functions inherited from SWidget
SLATECORE_API int32 Paint (const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const
 
virtual SLATECORE_API void Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime)
 
virtual SLATECORE_API FReply OnFocusReceived (const FGeometry &MyGeometry, const FFocusEvent &InFocusEvent)
 
virtual SLATECORE_API void OnFocusLost (const FFocusEvent &InFocusEvent)
 
virtual SLATECORE_API void OnFocusChanging (const FWeakWidgetPath &PreviousFocusPath, const FWidgetPath &NewWidgetPath, const FFocusEvent &InFocusEvent)
 
virtual SLATECORE_API FReply OnKeyChar (const FGeometry &MyGeometry, const FCharacterEvent &InCharacterEvent)
 
virtual SLATECORE_API FReply OnPreviewKeyDown (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent)
 
virtual SLATECORE_API FReply OnKeyDown (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent)
 
virtual SLATECORE_API FReply OnKeyUp (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent)
 
virtual SLATECORE_API FReply OnAnalogValueChanged (const FGeometry &MyGeometry, const FAnalogInputEvent &InAnalogInputEvent)
 
virtual SLATECORE_API FReply OnMouseButtonDown (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API FReply OnPreviewMouseButtonDown (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API FReply OnMouseButtonUp (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API FReply OnMouseMove (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API void OnMouseEnter (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API void OnMouseLeave (const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API FReply OnMouseWheel (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API FCursorReply OnCursorQuery (const FGeometry &MyGeometry, const FPointerEvent &CursorEvent) const
 
virtual SLATECORE_API TOptional< TSharedRef< SWidget > > OnMapCursor (const FCursorReply &CursorReply) const
 
virtual SLATECORE_API FReply OnMouseButtonDoubleClick (const FGeometry &InMyGeometry, const FPointerEvent &InMouseEvent)
 
virtual SLATECORE_API bool OnVisualizeTooltip (const TSharedPtr< SWidget > &TooltipContent)
 
virtual SLATECORE_API TSharedPtr< FPopupLayerOnVisualizePopup (const TSharedRef< SWidget > &PopupContent)
 
virtual SLATECORE_API FReply OnDragDetected (const FGeometry &MyGeometry, const FPointerEvent &MouseEvent)
 
virtual SLATECORE_API void OnDragEnter (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent)
 
virtual SLATECORE_API void OnDragLeave (const FDragDropEvent &DragDropEvent)
 
virtual SLATECORE_API FReply OnDragOver (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent)
 
virtual SLATECORE_API FReply OnDrop (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent)
 
virtual SLATECORE_API FReply OnTouchGesture (const FGeometry &MyGeometry, const FPointerEvent &GestureEvent)
 
virtual SLATECORE_API FReply OnTouchStarted (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent)
 
virtual SLATECORE_API FReply OnTouchMoved (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent)
 
virtual SLATECORE_API FReply OnTouchEnded (const FGeometry &MyGeometry, const FPointerEvent &InTouchEvent)
 
virtual SLATECORE_API FReply OnTouchForceChanged (const FGeometry &MyGeometry, const FPointerEvent &TouchEvent)
 
virtual SLATECORE_API FReply OnTouchFirstMove (const FGeometry &MyGeometry, const FPointerEvent &TouchEvent)
 
virtual SLATECORE_API FReply OnMotionDetected (const FGeometry &MyGeometry, const FMotionEvent &InMotionEvent)
 
virtual SLATECORE_API TOptional< boolOnQueryShowFocus (const EFocusCause InFocusCause) const
 
virtual SLATECORE_API FPopupMethodReply OnQueryPopupMethod () const
 
virtual SLATECORE_API TOptional< FVirtualPointerPositionTranslateMouseCoordinateForCustomHitTestChild (const SWidget &ChildWidget, const FGeometry &MyGeometry, const FVector2D ScreenSpaceMouseCoordinate, const FVector2D LastScreenSpaceMouseCoordinate) const
 
virtual SLATECORE_API void OnFinishedPointerInput ()
 
virtual SLATECORE_API void OnFinishedKeyInput ()
 
virtual SLATECORE_API FNavigationReply OnNavigation (const FGeometry &MyGeometry, const FNavigationEvent &InNavigationEvent)
 
virtual SLATECORE_API EWindowZone::Type GetWindowZoneOverride () const
 
bool NeedsPrepass () const
 
SLATECORE_API void SlatePrepass ()
 
SLATECORE_API void SlatePrepass (float InLayoutScaleMultiplier)
 
void SetCanTick (bool bInCanTick)
 
bool GetCanTick () const
 
bool HasRegisteredSlateAttribute () const
 
bool IsAttributesUpdatesEnabled () const
 
const FSlateWidgetPersistentStateGetPersistentState () const
 
const FWidgetProxyHandle GetProxyHandle () const
 
SLATECORE_API UE::Slate::FDeprecateVector2DResult GetDesiredSize () const
 
SLATECORE_API void AssignParentWidget (TSharedPtr< SWidget > InParent)
 
SLATECORE_API bool ConditionallyDetatchParentWidget (SWidget *InExpectedParent)
 
virtual bool ValidatePathToChild (SWidget *InChild)
 
bool IsParentValid () const
 
TSharedPtr< SWidgetGetParentWidget () const
 
TSharedPtr< SWidgetAdvanced_GetPaintParentWidget () const
 
SLATECORE_API FSlateRect CalculateCullingAndClippingRules (const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, bool &bClipToBounds, bool &bAlwaysClip, bool &bIntersectClipBounds) const
 
bool HasAnyUpdateFlags (EWidgetUpdateFlags FlagsToCheck) const
 
TStatId GetStatID (bool bForDeferredUse=false) const
 
virtual SLATECORE_API float GetRelativeLayoutScale (const int32 ChildIndex, float LayoutScaleMultiplier) const
 
SLATECORE_API void ArrangeChildren (const FGeometry &AllottedGeometry, FArrangedChildren &ArrangedChildren, bool bUpdateAttributes=false) const
 
virtual FChildrenGetAllChildren ()
 
virtual SLATECORE_API bool SupportsKeyboardFocus () const
 
virtual SLATECORE_API bool HasKeyboardFocus () const
 
SLATECORE_API TOptional< EFocusCauseHasUserFocus (int32 UserIndex) const
 
SLATECORE_API TOptional< EFocusCauseHasAnyUserFocus () const
 
SLATECORE_API bool HasUserFocusedDescendants (int32 UserIndex) const
 
SLATECORE_API bool HasFocusedDescendants () const
 
SLATECORE_API bool HasAnyUserFocusOrFocusedDescendants () const
 
SLATECORE_API bool HasMouseCapture () const
 
SLATECORE_API bool HasMouseCaptureByUser (int32 UserIndex, TOptional< int32 > PointerIndex=TOptional< int32 >()) const
 
virtual SLATECORE_API void OnMouseCaptureLost (const FCaptureLostEvent &CaptureLostEvent)
 
void SetEnabled (TAttribute< bool > InEnabledState)
 
bool IsEnabled () const
 
virtual bool IsInteractable () const
 
virtual SLATECORE_API TSharedPtr< IToolTipGetToolTip ()
 
virtual SLATECORE_API void OnToolTipClosing ()
 
SLATECORE_API void EnableToolTipForceField (const bool bEnableForceField)
 
bool HasToolTipForceField () const
 
bool IsHovered () const
 
SLATECORE_API bool IsDirectlyHovered () const
 
EVisibility GetVisibility () const
 
bool IsVolatile () const
 
bool IsVolatileIndirectly () const
 
void ForceVolatile (bool bForce)
 
bool ShouldInvalidatePrepassDueToVolatility ()
 
SLATECORE_API void Invalidate (EInvalidateWidgetReason InvalidateReason)
 
void CacheVolatility ()
 
void MarkPrepassAsDirty ()
 
float GetRenderOpacity () const
 
void SetRenderOpacity (float InRenderOpacity)
 
void SetTag (FName InTag)
 
const TOptional< FSlateRenderTransform > & GetRenderTransform () const
 
TOptional< FSlateRenderTransformGetRenderTransformWithRespectToFlowDirection () const
 
UE::Slate::FDeprecateVector2DResult GetRenderTransformPivotWithRespectToFlowDirection () const
 
void SetRenderTransform (TAttribute< TOptional< FSlateRenderTransform > > InTransform)
 
UE::Slate::FDeprecateVector2DResult GetRenderTransformPivot () const
 
void SetRenderTransformPivot (TAttribute< FVector2D > InTransformPivot)
 
SLATECORE_API void SetClipping (EWidgetClipping InClipping)
 
EWidgetClipping GetClipping () const
 
SLATECORE_API void SetPixelSnapping (EWidgetPixelSnapping InPixelSnappingMethod)
 
EWidgetPixelSnapping GetPixelSnapping () const
 
void SetCullingBoundsExtension (const FMargin &InCullingBoundsExtension)
 
FMargin GetCullingBoundsExtension () const
 
void SetFlowDirectionPreference (EFlowDirectionPreference InFlowDirectionPreference)
 
EFlowDirectionPreference GetFlowDirectionPreference () const
 
SLATECORE_API void SetToolTipText (const TAttribute< FText > &ToolTipText)
 
SLATECORE_API void SetToolTipText (const FText &InToolTipText)
 
SLATECORE_API void SetToolTip (const TAttribute< TSharedPtr< IToolTip > > &InToolTip)
 
SLATECORE_API void SetCursor (const TAttribute< TOptional< EMouseCursor::Type > > &InCursor)
 
template<typename MetaDataType >
TSharedPtr< MetaDataType > GetMetaData () const
 
template<typename MetaDataType >
TArray< TSharedRef< MetaDataType > > GetAllMetaData () const
 
template<typename MetaDataType >
void AddMetadata (const TSharedRef< MetaDataType > &AddMe)
 
template<typename MetaDataType >
int32 RemoveMetaData (const TSharedRef< MetaDataType > &RemoveMe)
 
SLATECORE_API void SetOnMouseButtonDown (FPointerEventHandler EventHandler)
 
SLATECORE_API void SetOnMouseButtonUp (FPointerEventHandler EventHandler)
 
SLATECORE_API void SetOnMouseMove (FPointerEventHandler EventHandler)
 
SLATECORE_API void SetOnMouseDoubleClick (FPointerEventHandler EventHandler)
 
SLATECORE_API void SetOnMouseEnter (FNoReplyPointerEventHandler EventHandler)
 
SLATECORE_API void SetOnMouseLeave (FSimpleNoReplyPointerEventHandler EventHandler)
 
virtual SLATECORE_API FString ToString () const
 
SLATECORE_API FString GetTypeAsString () const
 
SLATECORE_API FName GetType () const
 
virtual SLATECORE_API FString GetReadableLocation () const
 
SLATECORE_API FName GetCreatedInLocation () const
 
virtual SLATECORE_API FName GetTag () const
 
virtual SLATECORE_API FSlateColor GetDisabledForegroundColor () const
 
SLATECORE_API const FGeometryGetCachedGeometry () const
 
SLATECORE_API const FGeometryGetTickSpaceGeometry () const
 
SLATECORE_API const FGeometryGetPaintSpaceGeometry () const
 
const TOptional< FSlateClippingState > & GetCurrentClippingState () const
 
virtual bool Advanced_IsWindow () const
 
virtual bool Advanced_IsInvalidationRoot () const
 
virtual const FSlateInvalidationRootAdvanced_AsInvalidationRoot () const
 
SLATECORE_API TSharedRef< FActiveTimerHandleRegisterActiveTimer (float TickPeriod, FWidgetActiveTimerDelegate TickFunction)
 
SLATECORE_API void UnRegisterActiveTimer (const TSharedRef< FActiveTimerHandle > &ActiveTimerHandle)
 
bool HasActiveTimers () const
 
- Public Member Functions inherited from FSlateControlledConstruction
 FSlateControlledConstruction ()=default
 
virtual ~FSlateControlledConstruction ()=default
 
virtual const FSlateWidgetClassDataGetWidgetClass () const =0
 
void operator delete (void *mem)
 
- Public Member Functions inherited from TSharedFromThis< SWidget >
TSharedRef< SWidget, Mode > AsShared ()
 
TSharedRef< SWidget const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< SWidget, Mode > AsWeak ()
 
TWeakPtr< SWidget const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Public Attributes

TWeakPtr< SNotificationListMyList
 

Protected Member Functions

void FadeoutComplete ()
 
FSlateColor GetContentColor () const
 
FLinearColor GetContentColorRaw () const
 
FSlateColor GetGlowColor () const
 
FVector2D GetItemScale () const
 
FMargin GetIconPadding () const
 
EVisibility GetThrobberVisibility () const
 
TOptional< FSlateRenderTransformGetThrobberTransform () const
 
EVisibility GetSuccessFailImageVisibility () const
 
const FSlateBrushGetNotificationIcon () const
 
- Protected Member Functions inherited from SCompoundWidget
virtual SLATECORE_API FVector2D ComputeDesiredSize (float) const override
 
TSlateAttributeRef< FVector2DGetContentScaleAttribute () const
 
TSlateAttributeRef< FLinearColorGetColorAndOpacityAttribute () const
 
TSlateAttributeRef< FSlateColorGetForegroundColorAttribute () const
 
SLATECORE_API SCompoundWidget ()
 
virtual SLATECORE_API ~SCompoundWidget ()
 
- Protected Member Functions inherited from SWidget
void SetVolatilePrepass (bool bVolatile)
 
virtual bool CustomPrepass (float LayoutScaleMultiplier)
 
virtual SLATECORE_API void CacheDesiredSize (float InLayoutScaleMultiplier)
 
void SetHover (TAttribute< bool > InHovered)
 
bool IsChildWidgetCulled (const FSlateRect &, const FArrangedWidget &) const
 
SLATECORE_API void InvalidateChildRemovedFromTree (SWidget &Child)
 
bool Advanced_InvalidateVolatility ()
 
EFlowDirection ComputeFlowDirection () const
 
SLATECORE_API void SetDebugInfo (const ANSICHAR *InType, const ANSICHAR *InFile, int32 OnLine, size_t InAllocSize)
 
virtual SLATECORE_API TOptional< EMouseCursor::TypeGetCursor () const
 
SLATECORE_API SWidget ()
 
SLATECORE_API void SWidgetConstruct (const FSlateBaseNamedArgs &Args)
 
bool IsConstructed () const
 
SLATECORE_API bool FindChildGeometries (const FGeometry &MyGeometry, const TSet< TSharedRef< SWidget > > &WidgetsToFind, TMap< TSharedRef< SWidget >, FArrangedWidget > &OutResult) const
 
SLATECORE_API void FindChildGeometries_Helper (const FGeometry &MyGeometry, const TSet< TSharedRef< SWidget > > &WidgetsToFind, TMap< TSharedRef< SWidget >, FArrangedWidget > &OutResult) const
 
SLATECORE_API FGeometry FindChildGeometry (const FGeometry &MyGeometry, TSharedRef< SWidget > WidgetToFind) const
 
bool ShouldBeEnabled (bool InParentEnabled) const
 
virtual SLATECORE_API const FSlateBrushGetFocusBrush () const
 
virtual bool ComputeVolatility () const
 
virtual SLATECORE_API void OnClippingChanged ()
 
float GetPrepassLayoutScaleMultiplier () const
 
SLATECORE_API void Prepass_ChildLoop (float InLayoutScaleMultiplier, FChildren *MyChildren)
 
template<typename TargetValueType , typename SourceValueType >
bool SetAttribute (TAttribute< TargetValueType > &TargetValue, const TAttribute< SourceValueType > &SourceValue, EInvalidateWidgetReason BaseInvalidationReason)
 
TSlateAttributeRef< boolGetEnabledStateAttribute () const
 
TSlateAttributeRef< boolGetHoveredAttribute () const
 
TSlateAttributeRef< EVisibilityGetVisibilityAttribute () const
 
TSlateAttributeRef< TOptional< FSlateRenderTransform > > GetRenderTransformAttribute () const
 
TSlateAttributeRef< FVector2DGetRenderTransformPivotAttribute () const
 
virtual SLATECORE_API ~SWidget ()
 
- Protected Member Functions inherited from TSharedFromThis< SWidget >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 

Protected Attributes

TAttribute< FTextText
 
TAttribute< FTextSubText
 
TAttribute< floatFadeInDuration
 
TAttribute< floatFadeOutDuration
 
TAttribute< floatExpireDuration
 
TAttribute< const FSlateBrush * > BaseIcon
 
FLinearColor DefaultGlowColor = FLinearColor(1.0f, 1.0f, 1.0f)
 
TSharedPtr< STextBlockMyTextBlock
 
TSharedPtr< STextBlockMySubTextBlock
 
ECompletionState CompletionState
 
FCurveSequence FadeAnimation
 
FCurveHandle FadeCurve
 
FCurveSequence IntroAnimation
 
FCurveHandle ScaleCurveX
 
FCurveHandle ScaleCurveY
 
FCurveHandle GlowCurve
 
FCurveSequence ThrobberAnimation
 
FCurveSequence CompletionStateAnimation
 
FThrottleRequest ThrottleHandle
 
FTSTicker::FDelegateHandle TickDelegateHandle
 
float InternalTime = 0.0f
 
bool bAutoExpire = false
 
- Protected Attributes inherited from SCompoundWidget
FCompoundWidgetOneChildSlot ChildSlot
 
- Protected Attributes inherited from SWidget
uint8 bCanSupportFocus: 1
 
uint8 bCanHaveChildren: 1
 
uint8 bClippingProxy: 1
 
uint8 bHasCustomPrepass: 1
 
uint8 bHasRelativeLayoutScale: 1
 
uint8 bVolatilityAlwaysInvalidatesPrepass: 1
 
EWidgetClipping Clipping
 
EWidgetPixelSnapping PixelSnappingMethod
 
FMargin CullingBoundsExtension
 
float RenderOpacity
 

Additional Inherited Members

- Public Types inherited from SNotificationItem
enum  ECompletionState { CS_None , CS_Pending , CS_Success , CS_Fail }
 
- Static Public Member Functions inherited from FSlateControlledConstruction
static const FSlateWidgetClassDataStaticWidgetClass ()
 
- Static Protected Member Functions inherited from SWidget
static SLATECORE_API int32 FindChildUnderMouse (const FArrangedChildren &Children, const FPointerEvent &MouseEvent)
 
static SLATECORE_API int32 FindChildUnderPosition (const FArrangedChildren &Children, const UE::Slate::FDeprecateVector2DParameter &ArrangedSpacePosition)
 
static TAttribute< EVisibilityAccessWidgetVisibilityAttribute (const TSharedRef< SWidget > &Widget)
 
- Static Protected Member Functions inherited from TSharedFromThis< SWidget >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Contains the standard functionality for a notification to inherit from

Constructor & Destructor Documentation

◆ SNotificationExtendable()

SNotificationExtendable::SNotificationExtendable ( )
inline

◆ ~SNotificationExtendable()

virtual SNotificationExtendable::~SNotificationExtendable ( )
inlinevirtual

Member Function Documentation

◆ ExpireAndFadeout()

virtual void SNotificationExtendable::ExpireAndFadeout ( )
inlineoverridevirtual

Waits for the ExpireDuration then begins to fade out

Implements SNotificationItem.

◆ Fadein()

void SNotificationExtendable::Fadein ( const bool  bAllowThrottleWhenFrameRateIsLow)
inline

Begins the fadein of this message

◆ Fadeout()

virtual void SNotificationExtendable::Fadeout ( )
inlineoverridevirtual

Begins the fadeout of this message

Implements SNotificationItem.

◆ FadeoutComplete()

void SNotificationExtendable::FadeoutComplete ( )
inlineprotected

A fadeout has completed

◆ GetCompletionState()

virtual ECompletionState SNotificationExtendable::GetCompletionState ( ) const
inlineoverridevirtual

Gets the visibility state of the throbber, success, and fail images

Implements SNotificationItem.

◆ GetContentColor()

FSlateColor SNotificationExtendable::GetContentColor ( ) const
inlineprotected

Gets the current color along the fadeout curve

◆ GetContentColorRaw()

FLinearColor SNotificationExtendable::GetContentColorRaw ( ) const
inlineprotected

Gets the current color along the fadeout curve

◆ GetGlowColor()

FSlateColor SNotificationExtendable::GetGlowColor ( ) const
inlineprotected

Gets the color of the glow effect

◆ GetIconPadding()

FMargin SNotificationExtendable::GetIconPadding ( ) const
inlineprotected

◆ GetItemScale()

FVector2D SNotificationExtendable::GetItemScale ( ) const
inlineprotected

Gets the scale for the entire item

◆ GetNotificationIcon()

const FSlateBrush * SNotificationExtendable::GetNotificationIcon ( ) const
inlineprotected

◆ GetSuccessFailImageVisibility()

EVisibility SNotificationExtendable::GetSuccessFailImageVisibility ( ) const
inlineprotected

◆ GetThrobberTransform()

TOptional< FSlateRenderTransform > SNotificationExtendable::GetThrobberTransform ( ) const
inlineprotected

◆ GetThrobberVisibility()

EVisibility SNotificationExtendable::GetThrobberVisibility ( ) const
inlineprotected

Gets the visibility for the throbber

◆ Pulse()

virtual void SNotificationExtendable::Pulse ( const FLinearColor GlowColor)
inlinevirtual

Pulse the notification with a certain outline glow color while it is still pending.

Implements SNotificationItem.

◆ SetCompletionState()

virtual void SNotificationExtendable::SetCompletionState ( ECompletionState  State)
inlineoverridevirtual

Sets the visibility state of the throbber, success, and fail images

Implements SNotificationItem.

Reimplemented in SNotificationItemExternalImpl.

◆ SetExpireDuration()

virtual void SNotificationExtendable::SetExpireDuration ( float  Duration)
inlineoverridevirtual

Sets the ExpireDuration

Implements SNotificationItem.

◆ SetFadeInDuration()

virtual void SNotificationExtendable::SetFadeInDuration ( float  Duration)
inlineoverridevirtual

Sets the FadeInDuration

Implements SNotificationItem.

◆ SetFadeOutDuration()

virtual void SNotificationExtendable::SetFadeOutDuration ( float  Duration)
inlineoverridevirtual

Sets the FadeOutDuration

Implements SNotificationItem.

◆ SetSubText()

virtual void SNotificationExtendable::SetSubText ( const TAttribute< FText > &  InSubText)
inlineoverridevirtual

Sets the text for message element

Implements SNotificationItem.

◆ SetText()

virtual void SNotificationExtendable::SetText ( const TAttribute< FText > &  InText)
inlineoverridevirtual

Sets the text for message element

Implements SNotificationItem.

◆ Update()

bool SNotificationExtendable::Update ( float  InDeltaTime)
inline

Member Data Documentation

◆ BaseIcon

TAttribute<const FSlateBrush*> SNotificationExtendable::BaseIcon
protected

◆ bAutoExpire

bool SNotificationExtendable::bAutoExpire = false
protected

◆ CompletionState

ECompletionState SNotificationExtendable::CompletionState
protected

The completion state of this message

◆ CompletionStateAnimation

FCurveSequence SNotificationExtendable::CompletionStateAnimation
protected

The completion state change animation

◆ DefaultGlowColor

FLinearColor SNotificationExtendable::DefaultGlowColor = FLinearColor(1.0f, 1.0f, 1.0f)
protected

The default glow color for pulse animation.

◆ ExpireDuration

TAttribute<float> SNotificationExtendable::ExpireDuration
protected

The duration before a fadeout for this element

◆ FadeAnimation

FCurveSequence SNotificationExtendable::FadeAnimation
protected

The fading animation

◆ FadeCurve

FCurveHandle SNotificationExtendable::FadeCurve
protected

◆ FadeInDuration

TAttribute<float> SNotificationExtendable::FadeInDuration
protected

The fade in duration for this element

◆ FadeOutDuration

TAttribute<float> SNotificationExtendable::FadeOutDuration
protected

The fade out duration for this element

◆ GlowCurve

FCurveHandle SNotificationExtendable::GlowCurve
protected

◆ InternalTime

float SNotificationExtendable::InternalTime = 0.0f
protected

◆ IntroAnimation

FCurveSequence SNotificationExtendable::IntroAnimation
protected

The intro animation

◆ MyList

TWeakPtr<SNotificationList> SNotificationExtendable::MyList

The SNotificationList that is displaying this Item

◆ MySubTextBlock

TSharedPtr<STextBlock> SNotificationExtendable::MySubTextBlock
protected

◆ MyTextBlock

TSharedPtr<STextBlock> SNotificationExtendable::MyTextBlock
protected

The text displayed in this element

◆ ScaleCurveX

FCurveHandle SNotificationExtendable::ScaleCurveX
protected

◆ ScaleCurveY

FCurveHandle SNotificationExtendable::ScaleCurveY
protected

◆ SubText

TAttribute<FText> SNotificationExtendable::SubText
protected

The sub text displayed in this text block. Subtext uses a smaller font and

◆ Text

TAttribute<FText> SNotificationExtendable::Text
protected

The main text displayed in this text block

◆ ThrobberAnimation

FCurveSequence SNotificationExtendable::ThrobberAnimation
protected

◆ ThrottleHandle

FThrottleRequest SNotificationExtendable::ThrottleHandle
protected

Handle to a throttle request made to ensure the intro animation is smooth in low FPS situations

◆ TickDelegateHandle

FTSTicker::FDelegateHandle SNotificationExtendable::TickDelegateHandle
protected

The documentation for this class was generated from the following file: