rlewicki / MeleeTrace

Unreal Engine plugin that enables user to accurately trace melee hits in the game using interpolation between sockets defined directly on the character or weapon mesh.
https://www.unrealengine.com/marketplace/en-US/product/melee-trace
MIT License
40 stars 8 forks source link

Request #4

Closed travisbales2304 closed 8 months ago

travisbales2304 commented 8 months ago

for the OnTraceHit can you add the hit bone as an output to determine headshots and such?

rlewicki commented 8 months ago

Hey @travisbales2304, absolutely. I will give my best to add it this weekend.

rlewicki commented 8 months ago

Hey @travisbales2304 just wanted to let you know that latest version from master now has bone name on the trace hit delegate. It will take some time to publish it to the marketplace though so if you want to to test it now feel free to download the zip file from GitHub.

travisbales2304 commented 8 months ago

Awesome, Love the feedback. I apologize for the late response. I have been working on other aspects of my project since then.