Skip to main content
Back to registry

unreal-engine-cpp-pro

sickn33/antigravity-awesome-skills

This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code.

Installs161
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unreal-engine-cpp-pro
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code. Use this skill when: Do not use this skill when: UObject & Garbage Collection : Unreal Reflection System : Performance First : Follow Epic Games' coding standard: Avoid GetComponentByClass in Tick . Do it in PostInitializeComponents or BeginPlay . Use interfaces to decouple systems (e.g., Interaction system). Avoid hard references ( UPROPERTY(EditDefaultsOnly) TSubclassOf ) for massive assets which force load orders. Use TSoftClassPtr or TSoftObjectPtr . - Developing C++ code for Unreal Engine 5.x projects - Writing Actors, Components, or UObject-derived classes - Optimizing performance-critical code in Unreal Engine - Debugging memory leaks or garbage collection issues - Implementing Blueprint-exposed functionality - Following Epic Games' coding standards and conventions - Working with Unreal's reflection system (UCLASS, USTRUCT, UFUNCTION) - Managing asset loading and soft references - Working with Blueprint-only projects (no C++ code) - Developing for Unreal Engine versions prior to 5.x - Working on non-Unreal game engines - The task is unrelated to Unreal Engine development - UObject & Garbage Collection : - Always use UPROPERTY() for UObject* member variables to ensure they are tracked by the Garbage Collector...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does unreal-engine-cpp-pro do?

This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code.

Is unreal-engine-cpp-pro good?

unreal-engine-cpp-pro does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does unreal-engine-cpp-pro work with?

unreal-engine-cpp-pro currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to unreal-engine-cpp-pro?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install unreal-engine-cpp-pro?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unreal-engine-cpp-pro

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering