FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SConcertSessionRecovery::FArguments

References

Module

ConcertSyncUI

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncUI/Public/SConcertSessionRecovery.h

Include

#include "SConcertSessionRecovery.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AreRecoverAllAndCancelButtonsVisible

(
    const TAttribute< bool >& InAttrib...
)

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).

Public function

WidgetArgsTy...

 

ClientAvatarColorColumnVisibility

(
    EVisibility InArg
)

Show/hide the column displaying the avatar color of the client who performed the activity.

Public function

WidgetArgsTy...

 

ClientNameColumnVisibility

(
    EVisibility InArg
)

Show/hide the column showing the display name of the client who performed the activity.

Public function

WidgetArgsTy...

 

DetailsAreaVisibility

(
    EVisibility InArg
)

Show/hide the details area widget.

Public function

WidgetArgsTy...

 

IntroductionText

(
    FText InArg
)

An introduction text to put the user in context.

Public function

WidgetArgsTy...

 

IsConnectionActivityFilteringEnabled

(
    bool InArg
)

Show/hide the check box in the 'View Options' to filter connection activities (join/leave session).

Public function

WidgetArgsTy...

 

IsIgnoredActivityFilteringEnabled

(
    bool InArg
)

Show/hide the check box in the 'View Options' to filter unrecoverable activities.

Public function

WidgetArgsTy...

 

IsLockActivityFilteringEnabled

(
    bool InArg
)

Show/hide the check box in the 'View Options' to filter lock activities (lock/unlock assets).

Public function

WidgetArgsTy...

 

IsPackageActivityFilteringEnabled

(
    bool InArg
)

Show/hide the check box in the 'View Options' to filter package activities (create/delete/save/rename).

Public function

WidgetArgsTy...

 

IsRecoverThroughButtonsVisible

(
    const TAttribute< bool >& InAttrib...
)

Show/hide the recover though button.

Public function

WidgetArgsTy...

 

IsTransactionActivityFilteringEnabled

(
    bool InArg
)

Show/hide the check box in the 'View Options' to filter transaction activities.

Public function

WidgetArgsTy...

 

NoActivitiesReasonText

(
    const TAttribute< FText >& InAttri...
)

Show/hide a message overlay above the activities list explaining why no activities are displayed.

Public function

WidgetArgsTy...

 

OnCancel

(
    TFunction< void()> InArg
)

Invoked when the user clicks the 'cancel' button.

Public function

WidgetArgsTy...

 

OnFetchActivities

(
    FFetchActivitiesFunc InArg
)

If bound, invoked iteratively to populate the activity list.

Public function

WidgetArgsTy...

 

OnMapActivityToClient

(
    FGetActivityClientInfoFunc InArg
)

If bound, invoked to map an activity to a client info.

Public function

WidgetArgsTy...

 

OnRestore

(
    TFunction< bool< FConcer...
)

Invoked when the user clicks the 'recover' button.

Public function

WidgetArgsTy...

 

OperationColumnVisibility

(
    EVisibility InArg
)

Show/hide the column displaying the operation represented by the activity.

Public function

WidgetArgsTy...

 

PackageColumnVisibility

(
    EVisibility InArg
)

Show/hide the column displaying affected package.

Public function

WidgetArgsTy...

 

ParentWindow

(
    TSharedPtr< SWindow > InArg
)

The windows hosting this widget.

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss