Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/SConcertSessionRecovery
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SConcertSessionRecovery::FArguments
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/SConcertSessionRecovery.h |
| Include | #include "SConcertSessionRecovery.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SConcertSessionRecovery >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AreRecoverAllAndCancelButtonsVisible
(
const TAttribute< bool >& InAttribute |
Show/hide the recover all and cancel buttons (so that if this widget is embedded in another one, the buttons can be replaced and put in a more appropriate location). | |
| WidgetArgsType & | DetailsAreaVisibility
(
EVisibility InArg |
Show/hide the details area widget. | |
| WidgetArgsType & | IntroductionText
(
FText InArg |
An introduction text to put the user in context. | |
| WidgetArgsType & | IsConnectionActivityFilteringEnabled
(
bool InArg |
Show/hide the check box in the 'View Options' to filter connection activities (join/leave session). | |
| WidgetArgsType & | IsIgnoredActivityFilteringEnabled
(
bool InArg |
Show/hide the check box in the 'View Options' to filter unrecoverable activities. | |
| WidgetArgsType & | IsLockActivityFilteringEnabled
(
bool InArg |
Show/hide the check box in the 'View Options' to filter lock activities (lock/unlock assets). | |
| WidgetArgsType & | IsPackageActivityFilteringEnabled
(
bool InArg |
Show/hide the check box in the 'View Options' to filter package activities (create/delete/save/rename). | |
| WidgetArgsType & | IsRecoverThroughButtonsVisible
(
const TAttribute< bool >& InAttribute |
Show/hide the recover though button. | |
| WidgetArgsType & | IsTransactionActivityFilteringEnabled
(
bool InArg |
Show/hide the check box in the 'View Options' to filter transaction activities. | |
| WidgetArgsType & | NoActivitiesReasonText
(
const TAttribute< FText >& InAttribute |
Show/hide a message overlay above the activities list explaining why no activities are displayed. | |
| WidgetArgsType & | Invoked when the user clicks the 'cancel' button. | ||
| WidgetArgsType & | OnFetchActivities
(
const SConcertSessionActivities::FFetchActivitiesFunc& InDelegate |
If bound, invoked iteratively to populate the activity list. | |
| WidgetArgsType & | OnMapActivityToClient
(
const SConcertSessionActivities::FGetActivityClientInfoFunc& InDelegate |
If bound, invoked to map an activity to a client info. | |
| WidgetArgsType & | OnRestore
(
TFunction< bool(TSharedPtr< FConcertSessionActivity >)> InArg |
Invoked when the user clicks the 'recover' button. | |
| WidgetArgsType & | ParentWindow
(
TSharedPtr< SWindow > InArg |
The windows hosting this widget. | |
| WidgetArgsType & | WithClientAvatarColorColumn
(
bool InArg |
Show/hide the column displaying the avatar color of the client who performed the activity. | |
| WidgetArgsType & | WithClientNameColumn
(
bool InArg |
Show/hide the column showing the display name of the client who performed the activity. | |
| WidgetArgsType & | WithOperationColumn
(
bool InArg |
Show/hide the column displaying the operation represented by the activity. | |
| WidgetArgsType & | WithPackageColumn
(
bool InArg |
Show/hide the column displaying affected package. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |