I imported the CBP_SandboxCharacter from the new Unreal Game Animation Sample Project when I noticed that, unlike the BP_ThirdPersonCharacter Mannequin, the foot is “floating in the air” instead of “falling”
The answer here is that the sandbox character doesn’t look like it comes with IK setup. I haven’t loaded up that project before myself, but just looking, if you haven’t removed it then it must not come with it. Don’t worry though, that’s doable.
Here’s the documentation we have on IK and from there you can access multiple other pages like tutorials and in-depth setups!
Thank you for your answer Mind-Brain, but I found a way easier path.
For anyone guessing I found the solution, and apparently is very simple:
I was looking in the default Animation Blueprint of the basic Mannequin to find clues, the original one uses the Control Rig to determine the Interpolated Kinematics but only when the Actor is not falling.
So I applied the Control Rig Node before the Pose History Node of the ABP_SandboxCharacter: