FConcertAdmin_CopySessionRequest

Used to copy a live session or restore an archived one.

Windows
MacOS
Linux

Inheritance Hierarchy

FConcertMessageData

FConcertRequestData

FConcertAdmin_CopySessionRequest

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h

Include

#include "ConcertMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertAdmin_CopySessionRequest : public FConcertRequestData

Remarks

Used to copy a live session or restore an archived one.

Variables

Name Description

Public variable

bool

 

bRestoreOnly

True to constrain the session to copy to be an archive (implying a restore operation).

Public variable UProperty Category visibleanywhere

FConcertClientI...

 

OwnerClientInfo

Information about the owner of the copied session.

Public variable UProperty Category visibleanywhere

FConcertSession...

 

SessionFilter

The filter controlling which activities from the session should be copied over.

Public variable UProperty Category visibleanywhere

FGuid

 

SessionId

The ID of the session to copy or restore.

Public variable UProperty Category visibleanywhere

FString

 

SessionName

The name of the session to create.

Public variable UProperty Category visibleanywhere

FConcertSession...

 

SessionSettings

Settings to apply to the copied session.

Public variable UProperty Category visibleanywhere

FConcertSession...

 

VersionInfo

Version information of the client requesting the copy.

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