Niagara can't set "Render Target User Parameter" in 5.3

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
image

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.

Solved it, I was trying to assign a RenderTarget2D when it expects a TextureRenderTarget

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.