Procedural Turn in Place System | Blueprints
Procedural Turn in Place System | Blueprints
Procedural Turn in Place System | Blueprints
Procedural Turn in Place System | Blueprints Procedural Turn in Place System | Blueprints Procedural Turn in Place System | Blueprints

Now fully replicated

The Procedural Turn in Place system generates IK-Based Turn in Place motions to rotate humanoid characters, at any required angle, automatically projecting the feet position for 2-3 steps required to execute realistic motions (and then moving the feet towards them while rotating the character appropiately) . It can be implemented in any character-based project in a few minutes and adapts to any Idle Animations. It can be used for any UE4 or UE5 based character.

Youtube preview

Features & Integration Guide (old)

Updated Integration Tutorial

  • Steps are automatically calculated depending on the rotation angle and the user can easily configure the max rotation range, step height, duration, timing, and cooldown. The Step Duration is defined using intuitive curves and allows very different animation styles that can convey character weight, size, etc (refer to the above video which shows standard characters rotating at normal speed and a giant mannequin rotating slowly).
  • The step height automatically adapts to different character proportions, and can also be customized inside the control rig using distance Curves.
  • The implementation requires adding a simple Control Rig node, an Actor Component, and copying/pasting some simple functions into your own character blueprint. A complete 12-page PDF document with detailed instructions is included, as well as video tutorials.
  • The product also includes, for free, 16 Strafing animations (8 for the UE5 mannequin and 8 retargeted) and some additional Idle Animations as examples. It also includes a simple AimOffset solution that doesn't require additional animations to work, and basic bow+arrow meshes.
  • Fully replicated


This product was inspired by the amazing 2014 GDC talk "An Indie Approach to Procedural Animation" by David Rosen seen here: https://www.youtube.com/watch?v=LNidsMesxSE

Technical Details

Features:

  • Generates procedural Turn in Place Ik-Based motions at runtime to rotate characters in arbitrary angles for any animation without feet sliding
  • Contains an Actor Component that encapsules most of the functionality, as well as 2 Control Rigs (one for UE5, one for UE4)
  • Allows full customization of the procedural animations (Step height, step duration, max angles, etc.)
  • Can be implemented in any project in minutes

Number of Blueprints: 10 (but only 3 are required, the rest is for showcase purposes)

Input: Uses Default UE5 Enhanced input

Network Replicated: Yes

Supported Development Platforms:

Windows: Yes

Mac: Yes

Documentation: Right click on the Documentation folder > Show in explorer (PDF Manual) + Youtube tutorials

Changelog:

  • v1.0: Initial release for UE 5.1
  • v1.1: Added support for UE 5.0 + Project cleanup
  • v1.2: Added network replication, added footstep functionality examples, simplified integration. Fully redesigned the ControlRig and TurnInPlaceComponent code to bypass a UE5 bug that prevents “SetVariableFromString” from working in some packaged projects