Hello ,
I’m new to unreal engine and I m just learning animation using UE4 . When Working with animation notifies , it works well when done with the character that i m moving around (i.e the pawn character ) but for some reason I cant get animation notifies to work for other Characters in the scene that I dont control (NPCs or AI) , but who also have animations .
In this Example , I have an NPC character in the scene with a simple animation of him shooting a shotgun . I have made an animation notify in which , at a certain frame of the animation ,the animation notify event should fire a print string, but when i start the game and the animation of that NPC plays ,the print string doesnt appear Please help me solve this issue