Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Displays the list of activities available for recovery and let the user select what should or shouldn't be recovered.
| Name | SConcertSessionRecovery |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/SConcertSessionRecovery.h |
| Include Path | #include "SConcertSessionRecovery.h" |
Syntax
class SConcertSessionRecovery : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SConcertSessionRecovery
- FSlateControlledConstruction → SWidget → SCompoundWidget → SConcertSessionRecovery
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivityView | TSharedPtr< SConcertSessionActivities > | Display the session activities. | SConcertSessionRecovery.h | |
| ActivityViewOptions | TSharedPtr< FConcertSessionActivitiesOptions > | Controls the various display options of the view. | SConcertSessionRecovery.h | |
| IntroductionText | FText | The text displayed at the top to summarize the purpose of the window. | SConcertSessionRecovery.h | |
| IsRecoverThroughButtonVisible | TAttribute< bool > | Externally control the 'recovery through' button visibility. | SConcertSessionRecovery.h | |
| OnCancelFn | TFunction< void()> | The function invoked when the user clicks the cancel button. Might not be bound. | SConcertSessionRecovery.h | |
| OnRestoreFn | TFunction< bool(TSharedPtr< FConcertSessionActivity >)> | The function invoked when the user clicks the restore button. Might not be bound. | SConcertSessionRecovery.h | |
| ParentWindow | TWeakPtr< SWindow > | The parent window hosting this widget. | SConcertSessionRecovery.h | |
| RecoveryThroughItem | TSharedPtr< FConcertSessionActivity > | The activity selected when the user click 'Recover' or 'Recover Through' buttons. | SConcertSessionRecovery.h | |
| SearchBox | TSharedPtr< SSearchBox > | The widget used to enter the text to search. | SConcertSessionRecovery.h | |
| SearchText | FText | The search text entered in the search box. | SConcertSessionRecovery.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct the recovery widget. | SConcertSessionRecovery.h | |
TSharedPtr< FConcertSessionActivity > GetMostRecentActivity() |
Returns the most recent activity available, ignoring the current filter. | SConcertSessionRecovery.h | |
FText GetRecoverAllButtonTooltip() |
Returns the tooltip shown for the 'Recovery All' button. | SConcertSessionRecovery.h | |
TSharedPtr< FConcertSessionActivity > GetRecoverThroughItem() |
Returns the activity, selected by the user, through which the session should be (or was) recovered or null to prevent recovery. | SConcertSessionRecovery.h | |
int32 GetTotalActivityNum() |
Returns the total number of activities currently stored (no filter applied). | SConcertSessionRecovery.h | |
void Reset() |
Removes all activities from the view and reset the activity stream. | SConcertSessionRecovery.h |