Trying this out in 4.14.3, despite having the hit location uv thing enabled in my project settings, I’m unable to retrieve hits on my plane mesh, debug-drawing line traces shows that there is no hit occurring, the line is just passing right through the plane, anyone else having this issue?
On my plane mesh Im using “complex collision as simple” option (per-poly collision )
Hey there, I tried this, still not registering any hits. I’m checking by looking at the visualized trace line, which passes right through the geometry, and I’m also printing a string if that first branch after the line trace in the function he had us made returns a value as false, which it does:
Not sure if I missed a step, if anyone has any ideas I’ll be super grateful. <3
If trace passes through mesh its just collision settings.
Re-check collision properties. I used BlockAllDynamic preset for plane and trace by camera channel.
Hi,
this is really cool one… this water animation from top to bottom done in in side ue4 or any other software? if you could share breakdown it would be grate…
btw awesome work… !!! keep doing more…
Hello ,
I followed the tutorial for the creation of fluid simulation with the render target, but I do not understand how is the update of the render target for the evolution of the waves.
It is missing information in the tutorial to understand how to make this update.
If you can tell me how to do it, I wanted to code it in C ++, it works but it consumes a lot of resources, using the render target would allow me better performance.
I saw that it is possible to read the value of a pixel of a render target in c ++, I would make myself a node for that to react the objects in the water as my example below with the system under Blueprint and my wave system in C ++.
Not sure if this was more obvious to else, but the Content Examples project has a level showing the heightfield painting and fluid simulation in action. The level is called “BlueprintRenderToTarget”. I spent a lot of time looking for these example projects elsewhere, and just stumbled across this while exploring the content examples randomly…