Unreal Engine Unreal Engine Animation & Cinematics 2 — Questions and Answers
Question 1: Which Unreal Engine component is responsible for evaluating Inverse Kinematics so a character's feet align correctly with uneven terrain?
- Full Body IK (FBIK) (Correct answer)
- Physics Asset
- Blend Space 1D
- Root Motion
Correct answer: Full Body IK (FBIK)
Full Body IK in Unreal Engine solves IK chains across the entire skeleton, enabling foot placement alignment on uneven surfaces.
Question 2: What is Root Motion in Unreal Engine animation?
- Animation-driven character movement derived from the root bone's transform (Correct answer)
- A camera tracking system for cinematics
- A particle effect anchored to the character root
- The primary bone used by the physics ragdoll solver
Correct answer: Animation-driven character movement derived from the root bone's transform
Root Motion extracts translation and rotation from the root bone of an animation and applies it as actual character movement in the world.
Question 3: In Unreal Sequencer, what is a 'Possessable' track used for?
- Referencing and controlling an actor that already exists in the level (Correct answer)
- Spawning a new actor owned by the sequence
- Baking physics to keyframes
- Exporting the sequence to a video file
Correct answer: Referencing and controlling an actor that already exists in the level
A Possessable binds to and controls an existing level actor, whereas a Spawnable creates and owns its own actor instance.
Question 4: Which Unreal Engine 5 feature uses high-density scan data to animate facial expressions with extreme realism?
- MetaHuman Animator (Correct answer)
- Morph Target
- Chaos Cloth
- Lumen
Correct answer: MetaHuman Animator
MetaHuman Animator processes iPhone ARKit or video capture data to drive high-fidelity facial animation on MetaHuman characters.
Question 5: What is the role of 'Additive Animations' in Unreal Engine's AnimGraph?
- Layer animation offsets on top of a base pose without replacing it (Correct answer)
- Replace an animation sequence with a physics simulation
- Generate procedural locomotion from velocity data
- Compress animations for network replication
Correct answer: Layer animation offsets on top of a base pose without replacing it
Additive animations store a delta pose relative to a reference, allowing them to be layered on top of any base animation.
Question 6: In Unreal Engine's Sequencer, what does the 'Evaluate in Editor' option allow?
- Preview the sequence's animation results inside the editor viewport without PIE (Correct answer)
- Export the sequence to Perforce automatically
- Run Blueprint logic during sequence playback in builds only
- Apply post-process effects visible only in packaged games
Correct answer: Preview the sequence's animation results inside the editor viewport without PIE
'Evaluate in Editor' allows Sequencer tracks to update the scene in the editor viewport so artists can review results without entering Play-In-Editor.
Which Unreal Engine component is responsible for evaluating Inverse Kinematics so a character's feet align correctly with uneven terrain?