Skip to content

Blueprint Component Reference Plugin - v1.2.1

Choose a tag to compare

@aquanox aquanox released this 13 Nov 08:44
· 8 commits to main since this release

Notable changes in v1.2:

  • Custom component filter function
  • UE 4.27 support
  • Fixed linker issue

Full Changelog: v1.0.1...v1.2.1

Unreal Engine 4 Notes

UE 4.27 and older engines allow only one Variable Details Customization per FProperty type (uses TMap), if there are other plugins that extend Variable Details only most recently registered will be applied, UE5 has no limit on that.
It is possible to work around by creating an aggregating customization that will call CustomizeDetails for both.

"Navigate to Component" action not available on UE 4.27