Physic Mesh make noise on impact

Hi ! I have question. I want to do actor who make noise on impact with floor or wall and attract bot. I don’t know how to do that. I trying do something but it don’t work:
40964-
I need it to my stealth game. Please help !

Would you mind sharing more details? What do you mean by “don’t work”? Does the event get triggered at all? Or AI is not reacting to it? Or something else?

–mieszko

I want make item what my character can throw and when it hit make noise but AI is not reacting to sound. AI isn’t broken because it hear player footsteps. I think i using “Make Noise” node incorrectly :\ I hope you understand. PS: You are from Poland ?

Is this event being triggered at all? Place a breakpoint on it (click it and press F9) and see if it’s ever being hit. If not then it means the event never triggers which would mean it’s not MakeNoise's issue but just wrong collision setup or wrong event being used.

Yes, event is being executed and collision setup is correctly :frowning: I don’t know what is going on.

Try plugging in the NoiseMaker, set it to player’s pawn.

I just need plug player’s pawn to target input :smiley: Thanks Mieszko !