kevinpbuckley
Community@kevinpbuckley
Comprehensive Unreal Engine 5.8 skill registry covering C++ gameplay systems, editor scripting, world building, and Ultra Dynamic Sky/Weather configuration.
Agent Skills by kevinpbuckley
Showing 101 vetted skills indexed across 2 GitHub repositories.
ue-data-driven-design
Implements data-driven Unreal gameplay using DataTables, DataAssets, curves, and config-backed settings.
ue-navigating-engine-source
Locate and cite exact Unreal Engine APIs in the on-disk engine source.
ue-materials-and-shaders
Author Unreal Engine materials, instances, and runtime parameter changes in C++.
ue-blueprint-fundamentals
Explains Unreal Engine Blueprint architecture, graph types, and the C++ base plus Blueprint subclass workflow.
ue-module-and-build-system
Configure Unreal Engine C++ modules, Build.cs dependencies, and Target.cs build targets.
ue-debugging-techniques
Diagnose Unreal Engine C++ and gameplay bugs using DrawDebug helpers, Visual Logger, Gameplay Debugger, and console commands.
ue-audio-and-metasounds
Play, spatialize, mix, and parameterize Unreal Engine audio using C++ and MetaSounds.
ue-networking-and-replication
Implement server-authoritative multiplayer replication and RPCs in Unreal Engine C++.
ue-logging-and-assertions
Implements structured logging and runtime assertions in Unreal Engine C++ code.
ue-enhanced-input
Implement player input in Unreal Engine using the Enhanced Input system.
ue-character-and-movement
Implement Unreal Engine C++ characters using ACharacter and UCharacterMovementComponent with networked movement.
ue-physics-and-chaos
Implement collision, traces, and rigid-body physics in Unreal Engine C++ using Chaos.
ue-nanite-and-rendering
Configure Nanite virtualized geometry and the Unreal Engine 5.8 rendering pipeline.
ue-meshes-static-and-skeletal
Configures static and skeletal mesh components, materials, sockets, collision, and instancing in Unreal Engine C++.
ue-memory-and-gc
Manage UObject lifetime and plain C++ memory in Unreal Engine 5.8.
ue-importing-content
Import external DCC assets into Unreal Engine using the Interchange framework and legacy FBX pipeline.
ue-plugins-and-modules
Create and structure Unreal Engine plugins with .uplugin descriptors, module types, and loading phases.
ue-niagara-vfx
Create and control Unreal Engine Niagara visual effects from gameplay C++ code.
ue-gameplay-architecture-planning
Plans Unreal Engine gameplay system architectures with ownership, replication, and implementation maps.
ue-coding-standards
Write Unreal Engine C++ conforming to Epic's coding standard and UHT reflection rules.
ue-timers-and-async
Implements timers, async tasks, and background threading in Unreal Engine C++.
ue-ai-and-navigation
Implement Unreal Engine AI with Behavior Trees, NavMesh pathfinding, EQS, Perception, and StateTree.
ue-editor-scripting-and-python
Automate Unreal Editor tasks using Python, Blutility widgets, and editor scripting subsystems.
ue-levels-and-world-partition
Structure and stream Unreal Engine worlds using World Partition, Data Layers, and sublevels.
Frequently Asked Questions About kevinpbuckley
FAQPage SchemaWhat tasks can I accomplish with kevinpbuckley's Unreal Engine skills?▼
You can author Unreal C++ gameplay systems (GAS abilities, Enhanced Input, character movement, networking), build worlds (landscapes, PCG, World Partition, Lumen lighting), create VFX and audio (Niagara, MetaSounds), automate the editor via Python, and configure Ultra Dynamic Sky/Weather for skies, storms, and seasons.
Who are these Unreal Engine skills designed for?▼
They target Unreal Engine 5.8 developers: gameplay programmers writing C++ with the UObject reflection system, technical artists building materials and Niagara effects, world designers using World Partition and PCG, and environment artists configuring Ultra Dynamic Sky and Ultra Dynamic Weather marketplace assets.
What engine version and prerequisites do these skills require?▼
All native skills specify Unreal Engine 5.8. C++ skills assume familiarity with UnrealBuildTool modules and .Build.cs files; GAS requires the GameplayAbilities plugin; UDS/UDW skills require the Ultra Dynamic Sky and Ultra Dynamic Weather marketplace assets installed in the project.
Do these skills cover multiplayer and networking in Unreal?▼
Yes. The networking skill covers server-authoritative replication, UPROPERTY Replicated/ReplicatedUsing, RepNotify callbacks, Server/Client/NetMulticast RPCs, replication conditions, Push Model, FFastArraySerializer, and the Iris system, plus client-predicted character movement and the Mover plugin.
Can I automate the Unreal Editor and asset pipelines with these skills?▼
Yes. Dedicated skills cover Python editor scripting via the unreal module, editor utility widgets, commandlets for headless CI, batch asset operations, Interchange and FBX import pipelines, automation testing frameworks, and cook/package/deployment via UAT BuildCookRun with IoStore chunking.