|
| virtual void | Initialize (const FAsyncTaskNotificationConfig &InConfig) override |
| |
| virtual void | SetCanCancel (const TAttribute< bool > &InCanCancel) override |
| |
| virtual void | SetKeepOpenOnSuccess (const TAttribute< bool > &InKeepOpenOnSuccess) override |
| |
| virtual void | SetKeepOpenOnFailure (const TAttribute< bool > &InKeepOpenOnFailure) override |
| |
| virtual EAsyncTaskNotificationPromptAction | GetPromptAction () const override |
| |
| | FSlateAsyncTaskNotificationImpl () |
| |
| virtual | ~FSlateAsyncTaskNotificationImpl () override |
| |
| TSharedRef< FSlateAsyncTaskNotificationImpl, Mode > | AsShared () |
| |
| TSharedRef< FSlateAsyncTaskNotificationImpl const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FSlateAsyncTaskNotificationImpl, Mode > | AsWeak () |
| |
| TWeakPtr< FSlateAsyncTaskNotificationImpl 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 |
| |
| CORE_API | FCoreAsyncTaskNotificationImpl () |
| |
| virtual CORE_API | ~FCoreAsyncTaskNotificationImpl () |
| |
| virtual CORE_API void | SetTitleText (const FText &InTitleText, const bool bClearProgressText) override |
| |
| virtual CORE_API void | SetProgressText (const FText &InProgressText) override |
| |
| virtual CORE_API void | SetPromptText (const FText &InPromptText) override |
| |
| virtual CORE_API void | SetHyperlink (const FSimpleDelegate &InHyperlink, const FText &InHyperlinkText) override |
| |
| virtual CORE_API void | SetComplete (const bool bSuccess) override |
| |
| virtual CORE_API void | SetComplete (const FText &InTitleText, const FText &InProgressText, const bool bSuccess) override |
| |
| virtual CORE_API void | SetNotificationState (const FAsyncNotificationStateData &InState) override |
| |
| virtual | ~IAsyncTaskNotificationImpl ()=default |
| |
Slate asynchronous task notification that uses a notification item.