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