Editor Outliner Features:
- Displays actors (loaded, unloaded, and spawned) in the editor cell containing their streaming origin
- Displays the load status of editor cells and actors
- Displays the editor cell containing the camera in bold blue
- Supports loading/unloading editor cells via context menu option
- Supports moving to editor cells via double-click or context menu option
Play-In-Editor Outliner Features:
- Displays actors (loaded, unloaded, and spawned) in their streaming level
- Displays the load status of streaming levels and actors
Additional Features:
- Supports focus/selecting actors via double-click or context menu option
- Supports selecting actors in editor cells/streaming levels via context menu option
- Displays the number of actors (loaded and unloaded) in editor cells/streaming levels
- Displays selected actors (loaded or unloaded) and containing editor cell/streaming level in orange
Code Modules:
- WorldPartitionAssistant (Editor Module)
Number of Blueprints: 0
Number of C++ Classes: 24
Network Replicated: No
Supported Development Platforms: Windows, MacOS, Linux
Supported Target Build Platforms: Windows, MacOS, Linux
Documentation: See included Docs folder
Demo: Video
编辑器大纲视图功能:
- 在包含其流源的编辑器单元格中显示actor(加载、卸载和生成)
- 显示编辑器单元格和actor的加载状态
- 以粗体蓝色显示包含相机的编辑器单元格
- 支持通过上下文菜单选项加载/卸载编辑器单元格
- 支持通过双击或上下文菜单选项移动到编辑器单元格
Play-In-Editor大纲视图功能:
- 显示actor(加载、卸载和生成)在其流关卡中
- 显示流关卡和actor的加载状态
附加功能:
- 支持通过双击或上下文菜单选项聚焦/选择actor
- 支持通过上下文菜单选项在编辑器单元格/流式传输关卡中选择actor
- 显示编辑器单元格/流关卡中的actor数量(加载和卸载)
- 以橙色显示选定的actor(已加载或已卸载)和包含编辑器单元格/流媒体级别
代码模块:
- WorldPartitionAssistant(编辑器模块)
蓝图数目:0
C++类数:24
网络复制:没有
支持的开发平台:Windows、MacOS、Linux
支持的目标构建平台:Windows、MacOS、Linux
文档:请参阅包含的文档文件夹
示范: 短片
World Partition Assistant adds an outliner for managing actors in editor and play-in-editor worlds. For editor worlds, the outliner displays actors in their editor cell, each cell/actor load status, and allows loading/unloading editor cells. For play-in-editor worlds, the outliner displays actors in their streaming level, each level/actor load status, and any actors spawned during the play-in-editor session.
[Demo: Video]
世界分区助手添加了一个大纲视图,用于在编辑器和在编辑器中播放的世界中管理actor。 对于编辑器世界,大纲视图显示编辑器单元格中的actor,每个单元格/actor加载状态,并允许加载/卸载编辑器单元格。 对于”在编辑器中播放”世界,大纲视图显示actor在其流式传输关卡、每个关卡/actor加载状态以及在编辑器中播放会话期间生成的任何actor。
[演示: 短片]
评论(0)