ue-gameplay-tag-manager

Manage Unreal Engine gameplay tags with batch operations and safe refactoring.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill ue-gameplay-tag-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-gameplay-tag-manager
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/ue-gameplay-tag-manager
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill ue-gameplay-tag-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the complex and error-prone process of managing Unreal Engine gameplay tags, ensuring consistency and safety during refactoring.

Core Features & Use Cases

  • Batch Operations: Add, rename, or deprecate multiple gameplay tags simultaneously.
  • Safe Refactoring: Automatically finds references and generates redirect entries to prevent broken links.
  • Auditing: Provides reports on tag usage, unused tags, and naming convention violations.
  • Use Case: When reorganizing your game's tag hierarchy, use this Skill to safely rename a parent tag and all its children, updating all references across C++ and Blueprints.

Quick Start

Use the ue-gameplay-tag-manager skill to rename the tag 'Old.Tag.Name' to 'New.Tag.Name' and update all references.

Frequently Asked Questions about ue-gameplay-tag-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely rename Unreal Engine gameplay tags across a codebase?

To safely rename Unreal Engine gameplay tags, you can batch rename tags while automatically finding references and generating redirect entries. This prevents broken links by updating all code references across C++ and Blueprints during the refactoring process.

What is the best way to find unused gameplay tags in an Unreal Engine project?

Finding unused gameplay tags in an Unreal Engine project is done through code auditing. This process generates reports on tag usage, identifies unused tags, and validates tag definitions against hierarchy and naming conventions to maintain consistency.

Can I batch add or deprecate multiple gameplay tags simultaneously?

Yes, you can batch add or deprecate multiple gameplay tags simultaneously. Batch operations allow you to manage multiple tag definitions at once, ensuring safe refactoring by automatically generating redirect entries for deprecated tags.

Does refactoring UE gameplay tags update both C++ and Blueprint references?

Refactoring UE gameplay tags updates both C++ and Blueprint references. When reorganizing a game's tag hierarchy, the process finds references across the codebase and updates them to prevent broken links caused by renaming parent or child tags.

How do I validate gameplay tag definitions against naming conventions?

Validating gameplay tag definitions against naming conventions is part of the code audit process. It checks tag definitions to ensure they comply with the established hierarchy and naming conventions, providing reports on any violations found.