Unreal Engine Unreal Engine Animation & Cinematics 1 — Questions and Answers
Question 1: Which Unreal Engine tool is used to create non-linear cinematic sequences with keyframed actors, cameras, and audio?
- Sequencer (Correct answer)
- Cascade
- Niagara
- Blueprint
Correct answer: Sequencer
Sequencer is Unreal Engine's cinematic editor for authoring in-engine movies with keyframed tracks for actors, cameras, and audio.
Question 2: What is the primary animation state machine system in Unreal Engine used to control character locomotion blending?
- Animation Blueprint (Correct answer)
- Control Rig
- Morph Target
- Physics Asset
Correct answer: Animation Blueprint
Animation Blueprints contain state machines and AnimGraph logic that blend and transition character animations at runtime.
Question 3: Which Unreal Engine feature allows artists to procedurally rig and animate characters using a node-based rigging system inside the editor?
- Control Rig (Correct answer)
- Persona
- Skeletal Mesh Editor
- Retargeter
Correct answer: Control Rig
Control Rig provides a node-based procedural rigging and animation authoring system directly within Unreal Engine.
Question 4: What is the purpose of the Animation Retargeter in Unreal Engine 5?
- Transfer animations from one skeleton to another (Correct answer)
- Bake physics simulations into keyframes
- Generate LODs for skeletal meshes
- Compress animation sequences
Correct answer: Transfer animations from one skeleton to another
The Animation Retargeter maps and transfers animation sequences between skeletons of different proportions.
Question 5: Which Unreal Engine 5 system replaces traditional vertex-count-based animation blending with a pose-based interpolation approach using a searchable database?
- Motion Matching (Correct answer)
- Blend Spaces
- Layered Blend per Bone
- Aim Offset
Correct answer: Motion Matching
Motion Matching searches a pose database at runtime to find the best matching animation pose rather than relying on hand-crafted state machines.
Question 6: In Unreal Engine, what does a Blend Space allow an animator to do?
- Blend multiple animations based on 1D or 2D parameter axes (Correct answer)
- Combine physics ragdoll with keyframed animation
- Retarget IK chains to world targets
- Stream large animation sequences from disk
Correct answer: Blend multiple animations based on 1D or 2D parameter axes
A Blend Space samples and interpolates between multiple animation sequences based on one or two float input parameters like speed and direction.
Which Unreal Engine tool is used to create non-linear cinematic sequences with keyframed actors, cameras, and audio?