AI AGENT ADDONS
Game Development
1,082installs

Unreal Engine 5 C++ development requires careful handling of memory and performance. This guide helps you write code that runs fast and avoids crashes. It covers the Unreal Engine reflection system, naming rules, and common patterns.

You will learn how to manage UObject garbage collection correctly. You will also learn to disable Tick when not needed and use soft references to avoid load order issues. These practices make your game more stable and easier to maintain.

Whether you are building Actors, Components, or Blueprint-exposed functions, these best practices follow Epic Games own standards. This skill is useful for any developer working with Unreal Engine 5 C++ code.

Add Unreal Engine Cpp Pro skill to your workflow

Global

mkdir -p ~/.claude/skills/unreal-engine-cpp-pro

Project

mkdir -p .claude/skills/unreal-engine-cpp-pro

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
23 days ago
Created
6 months ago