Navigation
API > API/Plugins > API/Plugins/ConcertClient
References
| |
|
| Module |
ConcertClient |
| Header |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/ConcertClientSettings.h |
| Include |
#include "ConcertClientSettings.h" |
Syntax
enum EConcertSourceValidationMode
{
Hard = 0,
Soft,
SoftAutoProceed,
}
Values
| Name |
Description |
| Hard |
Source control validation will fail on any changes when connecting to a Multi-User Session. |
| Soft |
Source control validation will warn and prompt on any changes when connecting to a Multi-User session. |
| SoftAutoProceed |
Soft validation mode with auto proceed on prompts. |