Use this skill when working on multiplayer networking, replication, RPC calls, net role logic, server/client authority, prediction, or synchronizing game state. Also use when the user mentions 'DOREPLIFETIME', 'dedicated server', 'replicated', or 'net role'. See references/replication-patterns.md for common patterns and references/rpc-decision-guide.md for RPC type selection. For GAS networking, see ue-gameplay-abilities.
$npx -y skills add quodsoler/unreal-engine-skills --skill ue-networking-replicationInstalls into the current project.
Run `npx skills use "https://github.com/quodsoler/unreal-engine-skills" --skill "quodsoler/unreal-engine-skills/ue-networking-replication"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/quodsoler/unreal-engine-skills" that are relevant to the current task. Run `npx skills add "https://github.com/quodsoler/unreal-engine-skills"` and select the relevant skills, then follow their instructions.