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