Navigation
API > API/Plugins > API/Plugins/ConcertClient
| |
|
| Name |
EConcertSourceValidationMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/ConcertClientSettings.h |
| Include Path |
#include "ConcertClientSettings.h" |
Syntax
enum EConcertSourceValidationMode
{
Hard = 0,
Soft,
SoftAutoProceed,
}
Values
| Name |
Remarks |
| 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. |