Melee Attack setup

Hey all,

I can’t seem to find a tutorial on setting up a Melee attack system. I have Enemy AI constructor and have the AI attacking my player but the melee attack doesnt cause damage. They sent me a how to but it has yet to work.

I was hoping someone could point me at a basic melee attack blueprint or tutorial, I have a simple hammer swing that I want to kill enemies with.

thanks

if what you want is a recomendation of a tutorial have you tried this one? UE4 Blueprint Tutorial 00 - Melee Combat Arena - YouTube l

I have looked at that and its more in depth that I need.

what Im looking for is:

  1. AI roam and chase

  2. AI attack and kill player

  3. Player attack and kill enemy

thanks

This is imo best Ai tutorial I found. Very easy and good explained, absolute minimum for Ai Creating AI in UE4 Part 1 - AI Components - YouTube Here is no melee, that’s other problem, but with this system working, all what you need to check how melee collision how should be set up and that’s all - in shord words. You have here you points 1-3, just no melee, anyway, you must have it to melee work.

Veccher, Sadly that tutorial is outdated and some nodes doesnt exist and/or been changed into something else. making it impossible to learn how to set it up. Unless you know how to do it.