UE5 Note: For Open World games use the World Partition system built in UE5. for Linear games how ever, level streaming volumes/triggers can give more control over what levels need to be streamed. Note that World Partition can not be used with level streaming volumes or level streaming triggers.
With this plugin, you can easily and quickly set up level streaming for your games. Two lists show how each actor streams each level. Actors and levels can be grouped into colored folders for a more organized view.
It's much easier to work with Level Streaming Volumes using this plugin. there is a tool to auto-generate level streaming volumes for your levels.
Level Streaming Trigger is provided for trigger-based level streaming that works very well for buildings.
You can also extend the plugin to make it work with your custom level streaming actors just using blueprints.
There is also a box selection tool that can be used to quickly select multiple actors and move them into sub levels.
技术细节
Update 1.2.5
Improvements on level highlighting feature
Update 1.2.3
Extend the plugin to work with custom level streaming actors in Blueprint
Update 1.2:
Tree view for levels and actors
Customization Folder structure for levels and level streaming actors
New UI Improvements
added new box selection tool which users could move the actors to sub-levels quickly
Features:
Auto-generate level streaming volumes for each sub-level
Level streaming Triggers (Gates)
Change what levels will be streamed in/out by which actor
Preview disk/memory size of streamed levels
Highlights in the viewport for streamed levels
Show only related levels
Automatically focus on streamed levels.
Quick access to toggle level coloration
Can be extended to work with custom level streaming actors (via Blueprint or C++)
Code Modules:
LevelStreamAssistant (Editor)
LevelStreamAssistantTriggerEditor (Editor)
LevelStreamAssistantTrigger (Runtime)
Number of C++ Classes: 79
Number of Blueprints: 2 Examples
Supported Development Platforms: Win
Supported Target Build Platforms: Win