Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SConcertSessionRecovery
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/SConcertSessionRecovery.h |
| Include | #include "SConcertSessionRecovery.h" |
Syntax
class SConcertSessionRecovery : public SCompoundWidget
Remarks
Displays the list of activities available for recovery and let the user select what should or shouldn't be recovered.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the recovery widget. | |
| TSharedPtr< FConcertSessionActivity > | Returns the most recent activity available, ignoring the current filter. | ||
| FText | Returns the tooltip shown for the 'Recovery All' button. | ||
| TSharedPtr< FConcertSessionActivity > | Returns the activity, selected by the user, through which the session should be (or was) recovered or null to prevent recovery. | ||
| int32 | Returns the total number of activities currently stored (no filter applied). | ||
| void | Reset () |
Removes all activities from the view and reset the activity stream. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |