multi-user editing
This commit is contained in:
parent
784b0265bd
commit
c06c22d8c1
@ -231,3 +231,20 @@ ConnectionType=USBOnly
|
|||||||
bUseManualIPAddress=False
|
bUseManualIPAddress=False
|
||||||
ManualIPAddress=
|
ManualIPAddress=
|
||||||
|
|
||||||
|
[/Script/ConcertClient.ConcertClientConfig]
|
||||||
|
bIsHeadless=False
|
||||||
|
bInstallEditorToolbarButton=True
|
||||||
|
bAutoConnect=False
|
||||||
|
bRetryAutoConnectOnError=False
|
||||||
|
ServerType=Slate
|
||||||
|
DefaultServerURL=192.168.178.95
|
||||||
|
DefaultSessionName=
|
||||||
|
DefaultSessionToRestore=
|
||||||
|
DefaultSaveSessionAs=
|
||||||
|
ReadOnlyAssignment=(GameplayTags=)
|
||||||
|
SendOnlyAssignment=(GameplayTags=)
|
||||||
|
bShouldPromptForHotReloadOnLevel=False
|
||||||
|
ClientSettings=(DisplayName="xoiox",AvatarColor=(R=0.000000,G=1.000000,B=0.779681,A=1.000000),DesktopAvatarActorClass="/ConcertSyncClient/DesktopPresence.DesktopPresence_C",VRAvatarActorClass="/ConcertSyncClient/VRPresence.VRPresence_C",ServerPort=7000,DiscoveryTimeoutSeconds=5,SessionTickFrequencySeconds=1,LatencyCompensationMs=0.000000,bReflectLevelEditorInGame=False,bSupportMixedBuildTypes=False,Tags=,ClientAuthenticationKey="")
|
||||||
|
SourceControlSettings=(ValidationMode=Soft)
|
||||||
|
EndpointSettings=(bEnableLogging=False,PurgeProcessedMessageDelaySeconds=30,RemoteEndpointTimeoutSeconds=60)
|
||||||
|
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
"TargetAllowList": [
|
"TargetAllowList": [
|
||||||
"Editor"
|
"Editor"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "MultiUserClient",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user