Introduction
FPS Procedural Animation is a system that automatically generates FPS animations. It consists of Procedural Components, Animation Blueprint, and Character.
Last updated
FPS Procedural Animation is a system that automatically generates FPS animations. It consists of Procedural Components, Animation Blueprint, and Character.
Last updated
This is the core class for this project. This component performs all FPS procedural related calculations. PoseOffset, Idle, Locomotion, Recoil, Jump, AimSpineWieghts, Lean, Sway, Lag
It provides functions for PoseOffset, Idle, Locomotion, Recoil, Jump, AimSpineWeights, Lean, Sway, and Lag.
This component provides a number of custom functions that can be used by FPS characters.
This data asset manages all procedural animation data.
Base, Sprint, Crouch, Block, Unequip, ADS
We can use the FPS Procedural Animation blueprint Layer by linking it to our Character Animation Blueprint.
BP_ FPA_BaseCharacter has basic functionality. BP_ FPA_Character_FullBody inherits from BP_FPA_BaseCharacter and has additional FullBody-specific functionality.