This is a simple parkour action system I designed for Unreal Engine 4 characters. It includes running, climbing, and jumping actions, with environmental checks to trigger appropriate states. This system is modular and can be expanded to support more parkour actions such as vaulting, sliding, and wall-jumping.
- Parkour state machine (Running, Jumping, Climbing)
- Animation integration
- Modular system for easy customization
- Integrate the
ParkourCharacter
class into your project. - Bind parkour input in your
PlayerController
orInputComponent
. - Replace the placeholder animations with your own.
- Extend the system by adding more parkour actions like vaulting and sliding.
This script is free to use for personal and commercial projects. If you use this system, please credit the original author CrypticTM