When trying to bind a user parameter render target 2D to an emitter parameter in Niagara as I’ve seen done here
I’m unable to do so, as the dropdown is always empty despite a Render Target 2D existing in my user parameters. I’m able to set a binding for the entire variable, like this
but this doesn’t seem to allow me to write to an external render target from within the system.
I’m able to preview the results if I don’t set any user parameter, but never once one is attached.