Skip to content

Subsystem Browser Plugin - 1.5.0

Latest

Choose a tag to compare

@aquanox aquanox released this 31 Oct 09:33
· 3 commits to main since this release

New features

Quick Actions in Subsystem Context menu

With metadata specifier meta=(SBQuickAction) on any member UFUNCTION can add a menu item trigger.

Typical usages: an action that opens Editor Utility Widget with debug tools or substitute for Call In Editor that does not clutter Details.

Ignore List in Subsystem Panel

When number of subsystems in category reach over a hundred proper filtering would be needed, ability to automatically filter out certain elements will be of help.
Now it is possible to add Class or Package prefix to automatic 'Ignore List' from context menu or settings.

Extended World Types

In some cases there is a need to view things in other than Editor or PIE worlds (for example Editor Preview).
Added a setting to display all known worlds in World Selector.

Other Changes

  • SBColor meta specifier now supports hex color code shortcuts such as #fff, #AABBCC, red in addition to standard export string.
  • Subsystem Panel context menu "Copy X" actions now display tooltip with content to be copied
  • Subsystem Panel Category nodes can have additional tooltip information provided by custom category
  • Simplified usage of Subsystem Settings with custom categories
  • Simplified usage of external customization for plugin details view
  • Simplified usage of subobject display, SBGetAutoSubobject is replaced by SBGetSubobjects=auto.
  • Subobject display in auto mode now tracks any class or member uproperty with SBSubobject meta.
  • Removed old debug commands
  • Old Config export actions hidden by default (replaced by Subsystem Settings feature)
  • Reduced logging level on some debug logs to Verbose

Full Changelog: 1.4.0...1.5.1

NOTE: Attached files have only source for FAB with explicit EngineVersion set.
NOTE: This release is synced with FAB