Hello,
I stared a Project based on the Example Project “Vehicle” in the category “Games”.
When creating a BP with Sphere + Sphere Collision and activating “Generate Overlap Events” on Sphere Collision and for “LandscapeStreamingProxy_0_0_0” under the ball there is no Overlap Event. Events only work for “LandScapeSplineActor” and basically everything else if Overlap Events are enabled.
Why is that?
The settings should all be correct as it is working when starting from scratch with default Landscapes. I am wondering why the “LandscapeStreamingProxy…” does not generate Overlap Events, even when it is turned on and set Collision Presets is “BlockAll”.
My overall goal is to have a Ball and change the Linear Damping if the Ball is airborn / grounded. I also want to change the Linear Damping based on the Landscape the Ball is touching, best case based on the painted landscape material - but this is bonus.
Thanks for helping a noob