Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
Input parameters for persistance of an existing session.
| Name | FPersistParameters |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertClientPersistData.h |
| Include Path | #include "ConcertClientPersistData.h" |
Syntax
struct FPersistParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldMakeWritableIfNoSourceControl | bool | Boolean to control if we will force the file writable when no source control provider is active. | ConcertClientPersistData.h | |
| PackagesToPersist | TArrayView< const FName > | Name of the packages to persist. | ConcertClientPersistData.h | |
| SourceControlProvider | ISourceControlProvider * | Pointer to the source control provider. | ConcertClientPersistData.h |