MultiWorld - Unreal Engine 4 plugin

Опубликовано: 16 Июнь 2026
на канале: UNAmedia
3,172
47

Unreal Engine plugin to run different worlds in parallel with the option to transfer players and actors. #ue4 #ue5 #uworld
MARKETPLACE: https://www.unrealengine.com/marketpl...

Documentation and API: https://www.unamedia.com/ue5-multiwor...

DESCRIPTION
MultiWorld is a runtime plugin to manage multiple independent UWorld instances simultaneously. You can run several worlds in parallel, each one with completely isolated actors and components (and so with independent graphics, audio, physics, collisions, UI, etc), with the option to transfer the player and other actors between the worlds.

The plugin is compatible with all the major platforms.

Support thread: https://forums.unrealengine.com/unrea...

MAIN FEATURES
unlimited number of independent "Secondary Worlds";
any standard UE4/UE5 Level/UMAP is compatible as-is with the plugin;
the standard UE4/UE5 network-replication for multi-player games is supported on the Main World (Secondary Worlds are not replicated);
the local player can be moved between Worlds;
actors can be transferred between Worlds;
Worlds can be independently ticked, also when not shown in the viewport;
asynchronous loading of Level/UMAP files;
all the features are available from both Blueprints and C++.

IMPORTANT The plugin has some technical constraints (see https://www.unamedia.com/ue5-multiwor... ), please read about them carefully.