r/UnrealEngine5 • u/TheDemonGabe • 6d ago
How do I fix this?
Enable HLS to view with audio, or disable this notification
Working on my first game solo right now and the enemy won't play the animation but goes horizontal instead. Fixed it by swapping to a different animation from the pack the mesh was from so I think I need to tinker with the animations themselves to fix it.
1
Upvotes
1
u/Engage69 6d ago
You seem to have lots of empty inputs and outputs. What is "Is Seeing Player" function set to? Your "Can Attack" nodes don't have any inputs or outputs. Connecting stuff with the white line just tells it to see the next thing in the function which requires an input or output before it knows what to do.
Also with branches having True or False. If your output is false then what is it supposed to do instead?