How to make a freeflow combat

Hello i am a beginner in unreal engine and i have been following a forum on making a freeflow combat
Link: Help translating Unity code into Unreal Blueprints for Free Flow Combat System - #10 by Mind-Brain
my problem is that







it just goes toward the enemy and leans as seen in the screenshot wat has gone wrong can any1 help me

Hey @FOOZA2907!

Do you think you could record some video of what’s going on? Also, add in a printstring for “IsAttacking = False” to make sure that it isn’t just because your “IsAttacking” bool is true. :slight_smile:

@Mind-Brain Hello, so while i was waiting for the forum to get updated i got first part of teleporting the player to the enemy. as u can see in the video.
My first problem starts at 00:30 where my player at the start of the game when pressing it just goes off map (its going to the world origin if im correct).
My second problem at 00:40 as u can see the player sticks to the enemy for some time before becoming free.
Thank you in advanced for helping me

Hey again @FOOZA2907!

So this here should help with your world origin problem.
The issue is on start, enemy target isn’t set. So we just need to check that it is indeed set before continuing the code, like so:
image

As far as the sticking to the enemy, that is where your attack animation would be playing. If you’re just trying to zoom to them, that’s different.

@Mind-Brain Ah i see let me keep working on it. About the animations, do I play them with montages? If so, then how will it play? do i put it after the player is teleported to the enemy and make a combo for different type of punches, if I make the combo, then how will they cycle through them. These are my doubts i hope u can clarify them if that’s ok with you

Sorry for too many questions, at once.

The animations are an entirely different beast. You would begin to play them through a montage when you activate the movement. You may want to check in that forum thread you found originally for more info! There’s a lot there that was built over several weeks. Pull not only from my posts, but the OP’s posts as well!

1 Like

thankyou i will start backreading all the previous posts to find more info

1 Like

@FOOZA2907 Hey I recently made a freeflow system and put it on the marketplace if you wanna take a look at the implementation. All done in BP:

2 Likes

Dam that’s really well done thank you for linking it, i did stop making the free flow and been learn other parts of ue wen i continue to make it and not able to make it on my own i will get the asset ty.

1 Like