Skip to content

Instantly share code, notes, and snippets.

@jeferwang
Last active June 24, 2021 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeferwang/6a6e2555949c9c55c0c67bd5b4af3092 to your computer and use it in GitHub Desktop.
Save jeferwang/6a6e2555949c9c55c0c67bd5b4af3092 to your computer and use it in GitHub Desktop.
配置UE4支持创建超过4个LocalPlayer
[/Script/Engine.GameViewportClient]
MaxSplitscreenPlayers=10
// 编辑器ProjectSetting需要关闭UseSplitscreen
LocalMultiPlayer>UseSplitscreen=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment