189 UE_DEPRECATED(5.6,
"Use the flag bUseCopyToClipboard instead.")
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
return true
Definition ExternalRpcRegistry.cpp:601
#define NSLOCTEXT(InNamespace, InKey, InTextLiteral)
Definition Internationalization.h:300
const bool
Definition NetworkReplayStreaming.h:178
void Construct(const FArguments &InArgs)
ECheckBoxState
Definition SlateTypes.h:65
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
Definition NotificationManager.h:77
Definition SNotificationList.cpp:31
Definition SNotificationList.h:25
virtual void ExpireAndFadeout()=0
ECompletionState
Definition SNotificationList.h:28
@ CS_Fail
Definition SNotificationList.h:32
@ CS_Success
Definition SNotificationList.h:31
@ CS_None
Definition SNotificationList.h:29
@ CS_Pending
Definition SNotificationList.h:30
virtual void SetSubText(const TAttribute< FText > &InSubText)=0
virtual void SetFadeInDuration(float FadeInDuration)=0
virtual void Pulse(const FLinearColor &GlowColor)=0
virtual void SetFadeOutDuration(float FadeOutDuration)=0
virtual void SetExpireDuration(float ExpireDuration)=0
virtual void SetHyperlink(const FSimpleDelegate &InHyperlink, const TAttribute< FText > &InHyperlinkText=TAttribute< FText >())=0
virtual void SetText(const TAttribute< FText > &InText)=0
virtual void SetCompletionState(ECompletionState State)=0
virtual ECompletionState GetCompletionState() const =0
Definition SNotificationList.h:262
SLATE_BEGIN_ARGS(SNotificationList)
Definition SNotificationList.h:268
Definition SBoxPanel.h:322
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition SharedPointer.h:1295
@ false
Definition radaudio_common.h:23
Definition Visibility.h:12
Definition SNotificationList.h:128
TSharedPtr< SWindow > ForWindow
Definition SNotificationList.h:250
TSharedPtr< INotificationWidget > ContentWidget
Definition SNotificationList.h:193
bool bUseCopyToClipboard
Definition SNotificationList.h:226
const FSlateBrush * Image
Definition SNotificationList.h:205
FNotificationInfo(const FText &InText)
Definition SNotificationList.h:134
TAttribute< FText > HyperlinkText
Definition SNotificationList.h:247
TAttribute< FText > Text
Definition SNotificationList.h:196
bool bUseLargeFont
Definition SNotificationList.h:223
FOnCheckStateChanged CheckBoxStateChanged
Definition SNotificationList.h:238
TAttribute< FText > CheckBoxText
Definition SNotificationList.h:241
FOptionalSize WidthOverride
Definition SNotificationList.h:229
float FadeOutDuration
Definition SNotificationList.h:211
bool bUseSuccessFailIcons
Definition SNotificationList.h:220
bool bFireAndForget
Definition SNotificationList.h:232
bool bUseThrobber
Definition SNotificationList.h:217
FNotificationInfo(TSharedPtr< INotificationWidget > InContentWidget)
Definition SNotificationList.h:162
bool bAllowThrottleWhenFrameRateIsLow
Definition SNotificationList.h:253
float FadeInDuration
Definition SNotificationList.h:208
float ExpireDuration
Definition SNotificationList.h:214
TArray< FNotificationButtonInfo > ButtonDetails
Definition SNotificationList.h:202
SLATE_API void ShowCopyToClipboadHyperlink()
Definition SNotificationList.cpp:829
TAttribute< FText > SubText
Definition SNotificationList.h:199
FSimpleDelegate Hyperlink
Definition SNotificationList.h:244
TAttribute< ECheckBoxState > CheckBoxState
Definition SNotificationList.h:235
Definition SlateStructs.h:13
Definition SlateBrush.h:239