Releases: aquanox/BlueprintComponentReferencePlugin
Blueprint Component Reference Plugin - v1.3.1
Notable changes in v1.3:
- Fixed compatibility with UE 5.7 and ue5-main 8249395
FBlueprintComponentReference::GetComponentnow callable in const context 06a25f5- Added custom component filters:
ComponentFiltercan specifyUFUNCTIONto 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
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
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