Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

The source code for the "Replicated Sublevel Instances" plugin. This plugin has now been retired and will no longer receive updates or support.

License

Notifications You must be signed in to change notification settings

RedpointArchive/replicated-sublevel-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Replicated Sublevel Instances

Dynamically instantiate sublevels in multiplayer games. Great for procedurally generated worlds!

About

If you've got a procedurally generated multiplayer game, this is the plugin for you. It allows you to spawn sublevel instances at runtime and have them replicated across the network to all clients. By default Unreal Engine does not support this behaviour (dynamic sublevel instances are not replicated).

This works by introducing a new component you can use in actors: the Sublevel component. Attach this component to a replicated actor, set the level path and enable Level Active, and it will handle replicating a dynamic level instance to all clients. You can use as many sublevel components as you like, which makes this a great plugin if your game implements procedural generation by stitching sublevels together.

No support

This plugin has now been retired, and will no longer receive updates or support. Please note that attribution is still required; if you use this plugin in your game, you must include a copy of the MIT license with the copyright header in your distribution.

About

The source code for the "Replicated Sublevel Instances" plugin. This plugin has now been retired and will no longer receive updates or support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published