Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
| |
|
| Name |
EMultiUserSourceValidationMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserClientStatics.h |
| Include Path |
#include "MultiUserClientStatics.h" |
Syntax
enum EMultiUserSourceValidationMode
{
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. |