unreal-cpp-gameplay

安装量: 1.3K
排名: #8707

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill unreal-cpp-gameplay

Unreal C++ Gameplay Write correct UE5 gameplay C++: the reflection macros that connect C++ to the editor and Blueprints, the Gameplay Framework class roles, and module dependencies. Targets UE 5.8 . When to use Use when creating C++ gameplay classes ( AActor , APawn , ACharacter , AGameModeBase , UActorComponent ), exposing properties/functions with UPROPERTY / UFUNCTION , setting up a GameMode's default classes, or adding a module dependency in .Build.cs . Use when the project has a Source/ tree with .h / .cpp using UCLASS , and .Build.cs . When not to use: designer-facing visual logic → unreal-blueprints . Player input binding details → unreal-enhanced-input . AI logic → unreal-behavior-trees . This skill owns the C++ class/reflection foundation those build on. Core workflow Show more Installs 820 Repository gamedev-skills/…t-skills GitHub Stars 467 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜