Subsystem Browser Plugin

Aqua's Tools - 代码插件 - 2022/01/15

Plugin that adds a subsystem browser panel to editor

  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27, 5.0
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Subsystems provide an easy way to extend engine functionality and implement new features, but there is nothing that could be used to visualize them in editor or allow to adjust their properties on the fly.

The Subsystem Browser Plugin comes to rescue with a dedicated editor panel to display which subsystems are currently active and allows viewing and editing of their properties.


GitHub Source: Here

GitHub Issues: Here

Documentation: Here

技术细节

Features:

  • List of active subsystems of all major types (Engine, Editor, GameInstance, World, LocalPlayer)
  • Ability to view subsystems in different worlds
  • Switch between Play-In-Editor and Editor worlds automatically on Play
  • View and modify subsystem properties in Details View (Including support of CallInEditor functions)
  • Quick navigation to subsystem source file via "Open Source File" context menu
  • Export all or only modified properties as ini config sections via "Export Config" context menu
  • Browser panel state (chosen filters, category folders state) is saved in local editor settings
  • Support for user-defined subsystem types (see wiki for info) NEW v1.1
  • Support for user-defined table columns (see wiki for info) NEW v1.1


Code Modules:

  •  SubsystemBrowser [Editor] 


Number of Blueprints: 0

Number of C++ Classes: 24

Network Replicated: No

Supported Development Platforms: Windows, Linux, MacOS

Supported Target Build Platforms: All