SConcertSessionRecovery

Displays the list of activities available for recovery and let the user select what should or shouldn't be recovered.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ConcertSyncUI

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncUI/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

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct the recovery widget.

Public function Const

TSharedPtr< ...

 

GetMostRecentActivity()

Returns the most recent activity available, ignoring the current filter.

Public function Const

FText

 

GetRecoverAllButtonTooltip()

Returns the tooltip shown for the 'Recovery All' button.

Public function

TSharedPtr< ...

 

GetRecoverThroughItem()

Returns the activity, selected by the user, through which the session should be (or was) recovered or null to prevent recovery.

Public function Const

int32

 

GetTotalActivityNum()

Returns the total number of activities currently stored (no filter applied).

Public function

void

 

Reset()

Removes all activities from the view and reset the activity stream.

Classes

Name

Description

Public struct

FArguments

Typedefs

Name

Description

FFetchActivitiesFunc

Used to pull activities from a session.

FGetActivityClientInfoFunc

Used to map an activity to its client.

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