How to find all BP nodes returning/demanding certain target?

How can i get list of ALL Blueprint nodes, that:

  1. accept as target certain class or reference?

  2. returns certain class instance or reference?

.

Example:
Node “draw line” requires as target “Canvas Reference”

a) how can I get all nodes, that also requires “Canvas reference”? (like draw blox, etc…)

b) how can I get all nodes, that are returning “Canvas reference”? (anything that can produce canvas… just example)

Hi there. You can’t search for nodes that use a specific target. But IF you have a variable of a certain type, all functions that accept this type are listed when draggin a pin off of it.(Context Sensitive)

There’s no such thing for return types though…