Subsystem Browser Plugin

Plugin that adds a subsystem browser panel to editor

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.26 - 4.27, 5.0
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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