top of page

Unreal Engine Updates GASP : the Game Animation Sample Project for UE 5.8

GASP unreal engine 5.8

For years, the Game Animation Sample Project has been one of the first things we point students and studios toward when they ask "how does a modern Unreal animation setup actually look in practice?" It's free, it's built with current best practices, and it's honest about what's Experimental versus production-ready.

Epic just pushed a full update for Unreal Engine 5.8, and this time the focus isn't just locomotion polish. It's physics.


From Animated Ragdolls to Actually Living Ones

Ragdoll has always been the point where animation and physics awkwardly shake hands. Most implementations we see on client productions still fall back on a simple "go limp, hope for the best" approach.

This update changes that conversation with the new Physics Control Component and Physics Control Asset. Together they let you drive a physics asset through linear and angular motors while modifying body states live, which means a ragdoll can now be powered rather than purely passive.

Epic demonstrates this through a new Pawn, SandboxCharacter_Mover_Ragdoll, which reacts to falls, injuries, flailing and rolling, then gets back up using motion-matched recovery animations that blend straight out of the physics pose. No hard cut back to animation. No the character just snapping upright like nothing happened.

For anyone building combat, sports, or any kind of physical interaction system, that transition alone is worth the download.


Multi-Character Motion Matching Finally Grows Up

The other headline feature is multi-character motion matching, powered by new Pose Search Interaction Assets. Instead of running motion matching per character in isolation, you can now search poses across multiple Skeletal Meshes at once, with built-in motion warp handling to keep contact points aligned.

Combined with the new ragdoll tech, this is what powers the sample's shoves, tackles, and takedowns, each one covering every approach angle, with the takedowns varying depending on whether the target is standing, walking, or running. It's a genuinely convincing way to prototype grappling or melee systems without hand-authoring dozens of blended state transitions.

We'd still call this a foundation rather than a finished interaction system, but it's a foundation built the right way.


Pion Ragdoll

A Look-At Solver You Can Actually Read

Tucked alongside the physics work is a smaller but very production-relevant addition: an Experimental additive Look-At solver, built entirely in Control Rig. It layers on top of existing animation without overwriting it, giving per-body-part control over how a character tracks a target.

The sample level shows it driving locomotion loops, expanding acting gestures, and controlling scan direction on a patrolling NPC, with an on-screen panel to live-tweak the solver.

For anyone who's ever fought with a rigid look-at node buried in an anim blueprint, this is a much friendlier place to start.



Locomotion and Smart Objects Keep Iterating

The Mover Pawn's blendstack has been reworked around a new Chooser with an improved Pose Match Column, letting any number of Pose Search Databases sit behind a single, designer-friendly selection layer, motion matching's precision with a Chooser's flexibility. New slope animations show how Blend Spaces fit into that same stack.

Smart Objects also get a small but telling upgrade: characters can now sit on benches via a new State Tree, a modest example of how motion matching can drive believable world interactions without a full interaction framework behind it.


Our Take

None of this is final, and Epic is upfront that both the Physics Control system and the Look-At solver are Experimental. But that's exactly the point of this project: it's where you go to see where the engine is headed before it lands in a shipping game.

If you're prototyping combat, contact-heavy gameplay, or just want a cleaner motion-matching reference than what you've been cobbling together, this update is worth pulling into your own project this week.


▶ Grab it on Fab, free, and fully compatible with Unreal Engine 5.8.

Comments


bottom of page