Coder Social home page Coder Social logo

mhabrah / subsystembrowserplugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aquanox/subsystembrowserplugin

0.0 0.0 0.0 994 KB

Plugin that adds a Subsystem Browser panel for Unreal Engine Editor to explore running subsystems and edit their properties.

License: MIT License

C++ 93.63% C 5.62% C# 0.76%

subsystembrowserplugin's Introduction

GitHub release GitHub license GitHub forks GitHub stars UE4 UE5

Subsystem Browser Plugin for Unreal Engine

Subsystems provide an easy way to extend engine functionality and implement new features while avoiding the complexity of overriding engine classes or packing multiple independent features into a single class. Check Programming Subsystems article if you haven't tried them yet.

With Subsystems being a great tool, Unreal Engine Editor does not have a default method to visualize them or allow changing their properties at runtime.

The Subsystem Browser Plugin comes to rescue with a dedicated panel displaying active subsystems and enabling viewing and editing of their properties.

Key Features

  • List of all avaiable subsystem types with search bar and customizable filters
    • Engine Subsystems
    • Editor Subsystems
    • Game Instance Subsystems
    • World Subsystems
    • Local Player Subsystems
  • Display active subsystems in selected worlds
  • Display which module or plugin subsystems originate from
  • View and modify subsystem properties with Details View (including hidden properties)
  • Quick navigation to source file via "Open Source File" context menu action
  • Quick actions to work with ini config settings via "Export Config", "Export to Defaults" context menu actions
  • Browser panel state (chosen filters, category folders state) is saved to local editor settings
  • Support for custom categories: Customizing Categories
  • Support for custom table colums: Customizing Columns
  • Support for custom tooltips: Customizing Tooltips

Unreal Engine Versions

Tested with 4.25-4.27, 5.0, ue5-main and can be easily modified to work with other engine versions.

Contributing

Please report any issues with GitHub Issues page for this repository.

If you want to suggest changes, improvements or updates to the plugin open new GitHub Issue requesting them or Pull Request.

License

SubsystemBrowserPlugin is available under the MIT license. See the LICENSE file for more info.


Special Thanks to Unreal Slackers Community Discord and #cpp

subsystembrowserplugin's People

Contributors

aquanox avatar mothdoctor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.