Is it actually possible to redirect from a blueprint created struct to a c++ one?
I haven’t found a definite answer, but a lot of posts seem to suggest it can only redirect from one c++ struct to another.
This is the only instance I could find where it seemed like someone successfully did it.
But when I do it nothing happens. Can anyone give any more info on how to do this, or give some concrete examples?