What problem does it solve?
This Skill helps developers diagnose and design Unreal Engine ReplicationGraph systems for multiplayer projects with large numbers of replicated actors, complex relevancy rules, and scalability requirements.
Core Features & Use Cases
- ReplicationGraph Architecture Guidance: Provides workflows for analyzing UReplicationGraph, graph nodes, connection routing, actor placement, and NetDriver configuration.
- Multiplayer Scalability Support: Helps handle spatialization, always-relevant routing, owner-only replication, dormancy, tear-off actors, prioritization, and replication debugging.
- Use Case: When a multiplayer Unreal project suffers from replication performance issues or incorrect actor visibility, use this Skill to inspect graph configuration, routing strategy, and validation scenarios before changing network code.
Quick Start
Use the unreal-replicationgraph skill to inspect my Unreal multiplayer replication scalability setup and identify the correct ReplicationGraph configuration and actor routing strategy.