kevinpbuckley avatar

kevinpbuckley

Community

@kevinpbuckley

15Followers
|
17Public Repos
|
101Published Skills

Comprehensive Unreal Engine 5.8 skill registry covering C++ gameplay systems, editor scripting, world building, and Ultra Dynamic Sky/Weather configuration.

Skills Distribution
DomainDeveloper To...Unreal C++ Gamepla.. (35%)World Building & R.. (20%)Editor Scripting &.. (20%)Ultra Dynamic Sky .. (15%)

Agent Skills by kevinpbuckley

Showing 101 vetted skills indexed across 2 GitHub repositories.

kevinpbuckleykevinpbuckley
55

ue-data-driven-design

Implements data-driven Unreal gameplay using DataTables, DataAssets, curves, and config-backed settings.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-navigating-engine-source

Locate and cite exact Unreal Engine APIs in the on-disk engine source.

Community
Intermediate
kevinpbuckleykevinpbuckley
55

ue-materials-and-shaders

Author Unreal Engine materials, instances, and runtime parameter changes in C++.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-blueprint-fundamentals

Explains Unreal Engine Blueprint architecture, graph types, and the C++ base plus Blueprint subclass workflow.

Community
Intermediate
kevinpbuckleykevinpbuckley
55

ue-module-and-build-system

Configure Unreal Engine C++ modules, Build.cs dependencies, and Target.cs build targets.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-debugging-techniques

Diagnose Unreal Engine C++ and gameplay bugs using DrawDebug helpers, Visual Logger, Gameplay Debugger, and console commands.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-audio-and-metasounds

Play, spatialize, mix, and parameterize Unreal Engine audio using C++ and MetaSounds.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-networking-and-replication

Implement server-authoritative multiplayer replication and RPCs in Unreal Engine C++.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-logging-and-assertions

Implements structured logging and runtime assertions in Unreal Engine C++ code.

Community
Intermediate
kevinpbuckleykevinpbuckley
55

ue-enhanced-input

Implement player input in Unreal Engine using the Enhanced Input system.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-character-and-movement

Implement Unreal Engine C++ characters using ACharacter and UCharacterMovementComponent with networked movement.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-physics-and-chaos

Implement collision, traces, and rigid-body physics in Unreal Engine C++ using Chaos.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-nanite-and-rendering

Configure Nanite virtualized geometry and the Unreal Engine 5.8 rendering pipeline.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-meshes-static-and-skeletal

Configures static and skeletal mesh components, materials, sockets, collision, and instancing in Unreal Engine C++.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-memory-and-gc

Manage UObject lifetime and plain C++ memory in Unreal Engine 5.8.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-importing-content

Import external DCC assets into Unreal Engine using the Interchange framework and legacy FBX pipeline.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-plugins-and-modules

Create and structure Unreal Engine plugins with .uplugin descriptors, module types, and loading phases.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-niagara-vfx

Create and control Unreal Engine Niagara visual effects from gameplay C++ code.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-gameplay-architecture-planning

Plans Unreal Engine gameplay system architectures with ownership, replication, and implementation maps.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-coding-standards

Write Unreal Engine C++ conforming to Epic's coding standard and UHT reflection rules.

Community
Intermediate
kevinpbuckleykevinpbuckley
55

ue-timers-and-async

Implements timers, async tasks, and background threading in Unreal Engine C++.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-ai-and-navigation

Implement Unreal Engine AI with Behavior Trees, NavMesh pathfinding, EQS, Perception, and StateTree.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-editor-scripting-and-python

Automate Unreal Editor tasks using Python, Blutility widgets, and editor scripting subsystems.

Community
Advanced
kevinpbuckleykevinpbuckley
55

ue-levels-and-world-partition

Structure and stream Unreal Engine worlds using World Partition, Data Layers, and sublevels.

Community
Advanced

Frequently Asked Questions About kevinpbuckley

FAQPage Schema
What 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.