getting some errors trying to create water simulation with niagara system. have been following this documentation but something is outdated.
This is what i need to implement but do not know how:
In_UV
: Afloat2
for the UV coordinates.In_MipLevel
: Afloat
for the mip level.Out_Value
: Anout float4
to store the sampled value.
However, the script is only providing the UV
and Out_Value
parameters, missing the MipLevel
parameter.