MDFastBinding icon indicating copy to clipboard operation
MDFastBinding copied to clipboard

Add support to detect blueprint references in the Binding Editor

Open jdaignault opened this issue 2 years ago • 2 comments

It would be very useful to be able to detect references to blueprint properties and functions that exist in bindings. As it stands now, only references within the Event Graph and Blueprints are picked up, which prevents references in the Binding Editor from being discovered when using editor search features such as Find References, Find In Blueprints, and the Search tool. Additionally, those references are not picked up by the Rider for Unreal Engine IDE.

image

image

jdaignault avatar Oct 21 '23 17:10 jdaignault

Does the Reference Viewer work for asset references?

The search tool needs to be changed to properly support multiple extensions per asset type, it's on my backlog to PR that.

DoubleDeez avatar Oct 21 '23 19:10 DoubleDeez

Yes-ish. See issue #21, asset references are established but only when they're populated in a certain way.

jdaignault avatar Oct 21 '23 19:10 jdaignault