UE5Learn Gameplay (3) Simple Shooter
Unreal Engine
A UE5 Third Person Shooting Game
Overview Video
What I Learnt?
This demo is more about animation, including like,
- Animation Graph/ Animation State Machine
- Blend Space(2D & 1D)
- Animation Notify in Both C++ and Blueprint
- Interface Mechanisms(Is more like singal-slot in Qt, or not interfaces in C++)
- Skeleton Slot
Besides, Unreal provides a great solution of animations, decouple skeleton | skinning | animation. And allow to notify the program with state variables. It is quite powerful than Unity!