How can i get list of ALL Blueprint nodes, that:
-
accept as target certain class or reference?
-
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)