Hello.
I try to use Spawn collision test using ECollisionChannel::ECC_GameTraceChannel1 .
Everything works perfectly except collision with Landscape.
I want to spawn actors on the water only but ECollisionChannel::ECC_GameTraceChannel1 do not recognised landscape collision and put my actors on the ground.
There is no options to block landscape collision in ProjectSettings.
Is there any way to solve this issue ?