
- Версия Unreal Engine
- 5.5
Technical Details
Project Composition- 1 base character BP with 2 children (one for singleplayer, one for multiplayer)
- 1 AnimBP for all character animation
- 1 Data table containing all the upper-body pose information for easy management
- 2 interfaces for blueprint communication (one for the character, one for the AnimBP)
- 2 anim notifies to automatically add curves necessary for foot locking
- 1 Blueprint Function Library
- 6 example maps to showcase the project's features in different scenarios
- Over 290 animation examples
- Various Structs & Enums used by the above blueprints
Input: Keyboard & Mouse, Gamepad
Network Replicated: Yes
Important/Additional Notes: As mentioned, this project requires the replicated character trajectory plugin.