Sound on collision with vegetation?

Hi guys,

I was just wondering, how would I go about making a sound play when the player walks through a bush that has been placed with foliage painter?

I need something like a ‘on collision overlap’ event where it would play a sound of walking through leaves.

Thanks! :yum:

Possibly OnActorBeginOverlap to start the sound and OnActorEndOverlap to stop it. Alternatively you would do a raytrace to see what you are walking on and adjust the footstep sounds accordingly.