gameplay-tag-query-builder
CommunityBuild UE GameplayTagQueries
Authorbuihuuloc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the creation of Unreal Engine's FGameplayTagQuery expressions from natural language, eliminating the need to manually search for and construct complex tag queries.
Core Features & Use Cases
- Dynamic Tag Discovery: Automatically searches project INI files and native C++ definitions for available Gameplay Tags at runtime.
- Natural Language Parsing: Understands user intent for inclusion, exclusion, and compound tag conditions.
- Precise Output Formatting: Generates queries in the exact format required by UE's property customization system.
- Use Case: A designer needs to find all actors that are "parrying or dodging but not attacking." This Skill translates that request into the correct
ANY: Sipher.Character.State.Action.Parrying, Sipher.Character.State.Action.Dodging AND NONE: Sipher.Character.State.Action.Attackingformat.
Quick Start
Generate a gameplay tag query for actors that are 'parrying or dodging but not attacking'.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gameplay-tag-query-builder Download link: https://github.com/buihuuloc/universal-ue-skills/archive/main.zip#gameplay-tag-query-builder Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.