Hi, I’m facing an issue where I want to spawn mesh particles from a Niagara data channel using the islands mode, but I want to have those mesh particles cast shadows. The problem I’m facing is that in order to cast shadows, you have to enable cast shadow on the Niagara instance ( in the level or the BP component etc.)
[Image Removed]
But since the Niagara system is being spawned by the Niagara data channel, you don’t actually have access to the Niagara component itself, thus you can’t set these settings.
It would be great if you could either set this in the Data channel itself..
[Image Removed]
Or be able to access the Niagara component when you write to the datachannel from BP and have the option to turn it on there?
[Image Removed]
Either way, this feels like a missing feature right now, that could add a lot of quality to the effects being spawned by data channels.
Many thanks,
Niels