FConcertAdmin_MountSessionRepositoryRequest

Mount a session repository used to store session files.

Windows
MacOS
Linux

Inheritance Hierarchy

FConcertMessageData

FConcertRequestData

FConcertAdmin_MountSessionRepositoryRequest

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_MountSessionRepositoryRequest : public FConcertRequestData

Remarks

Mount a session repository used to store session files.

Variables

Name Description

Public variable UProperty Category visibleanywhere

bool

 

bAsServerDefault

Whether this repository is set as the default one used by server to store new sessions.

Public variable UProperty Category visibleanywhere

bool

 

bCreateIfNotExist

Whether the repository should be created if it was not found.

Public variable UProperty Category visibleanywhere

FGuid

 

RepositoryId

The repository unique Id. Must be valid.

Public variable UProperty Category visibleanywhere

FString

 

RepositoryRootDir

The repository root dir (absolute path) where the repository should be found/created.

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