Skeletal Mesh Onclick Event Problem

I have a problem, when I put a static mesh in my character, it is called the event on click without problems, but when I create the click event of skeletal mesh, it is never called. I have created my controller with the events on click and on handle.
Can anybody help me please.

same here

Hello,

You must enable the click events and/or hover events in your player controller.
just right click in player controller and search for “set enable click events” and set to true.

220954-click-events.jpg

Also make sure your skeletal mesh has a physics body (Collision) and that the collision blocks the trace to get the click event (visibility set to block)

1 Like

her you can use my method-

out of hit actor you can do different things like casting to your skeletal mesh and lot of cool stuffs