Agent skill
unreal-sequencer
Unreal Engine Sequencer skill for cinematics, camera cuts, and in-game cutscenes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/unreal-sequencer
SKILL.md
Unreal Sequencer Skill
Sequencer for cinematics and cutscenes in Unreal Engine.
Overview
This skill provides capabilities for creating cinematics using Unreal's Sequencer, including camera work, actor animation, and event triggering.
Capabilities
Sequence Creation
- Create level sequences
- Manage master sequences
- Handle sequence hierarchies
- Implement sequence players
Camera Work
- Create camera cuts
- Implement camera rails
- Handle camera animation
- Manage camera bindings
Actor Animation
- Key actor transforms
- Handle skeletal animation
- Implement audio tracks
- Manage event triggers
Integration
- Trigger from gameplay
- Handle sequence events
- Implement binding overrides
- Manage sequence transitions
Prerequisites
- Unreal Engine 5.0+
- Sequencer (built-in)
Usage Patterns
Level Sequence Setup
// Play sequence from code
ULevelSequence* Sequence = LoadSequence();
ALevelSequenceActor* SequenceActor;
ULevelSequencePlayer* Player =
ULevelSequencePlayer::CreateLevelSequencePlayer(
GetWorld(),
Sequence,
FMovieSceneSequencePlaybackSettings(),
SequenceActor
);
Player->Play();
Event Track
1. Add Event Track to sequence
2. Add key at desired time
3. Create event in blueprint
4. Bind event to function
Best Practices
- Use master sequences for organization
- Handle binding carefully
- Test sequence loading
- Manage memory for long sequences
- Profile playback performance
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?