Skip to content

Releases: aquanox/BlueprintComponentReferencePlugin

Blueprint Component Reference Plugin - v1.3.1

04 Apr 19:53

Choose a tag to compare

Notable changes in v1.3:

  • Fixed compatibility with UE 5.7 and ue5-main 8249395
  • FBlueprintComponentReference::GetComponent now callable in const context 06a25f5
  • Added custom component filters: ComponentFilter can specify UFUNCTION to filter components f320d31
  • Added experimental table view mode for components 9304e10

Full Changelog: v1.2.1...v1.3.1

Blueprint Component Reference Plugin - v1.2.1

13 Nov 08:44

Choose a tag to compare

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

Blueprint Component Reference Plugin - v1.2.0

31 Oct 08:43

Choose a tag to compare

This is an update to add compatibility with UE 4.27 / UE 4.27-plus per request.

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 is not available on UE 4.27

There are no other significant changes.

Full Changelog: v1.0.1...v1.2.0

v1.0.1

21 Mar 07:49

Choose a tag to compare

Updated Blueprint API

v1.0.0

19 Mar 10:40

Choose a tag to compare

Initial plugin release.