Skip to content

Unreal Engine plugin that enables user to accurately trace melee hits in the game using interpolation between sockets defined in the animation asset.

License

Notifications You must be signed in to change notification settings

DawnDevelop/MeleeTrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melee Trace

WikiMarketplace

Buy Me A Coffee

The What

This is a fairly generic plugin that enables you to setup melee traces directly in your animation assets.

The Why

Within last few years I've been working on many prototypes that required functionality of melee weapon traces and every time I've been implementing this from scratch. I finally decided that it is a time to make it a plugin I can use myself in my prototypes as well as share it with community.

The How

High level description would be that the hit detection is ran by sphere traces of pre-defined radius between previous frame skeletal mesh socket location and current frame skeletal mesh socket location. The skeletal mesh component can be either the character mesh itself or any other attached skeletal mesh e.g. weapon. For more detailed description and break down how it works please refer to the wiki page.

Community example projects

Feature requests

Feel free to request features that you would like to be implemented as part of this plugin as GitHub issues.

Gallery

Melee tracing hitting a dummy target

TargetTraceNoDebug.mov
TargetTraceDebug.mov

Misc attack animations

MultipleAnimations.mov

Credits

Animations used in the gallery videos and sample projects are made by ZzGERTzZ, you can purchase them in on Marketplace here.

About

Unreal Engine plugin that enables user to accurately trace melee hits in the game using interpolation between sockets defined in the animation asset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • C 3.3%
  • C# 2.0%