ue-enemy-preflight-check

Validate Unreal Engine enemy assets before committing changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the validation of Unreal Engine enemy assets, ensuring all components like behavior trees, animations, and data are correctly configured before committing changes.

Core Features & Use Cases

  • Comprehensive Validation: Checks blueprints, behavior trees, animations, GAS, collision, and data assets.
  • Pre-commit Hook Integration: Can be integrated into Git hooks for seamless workflow.
  • Use Case: Before committing a new enemy character's implementation, run this skill to catch critical errors in its behavior tree, missing animation montages, or incorrect GAS configurations, preventing bugs in the game.

Quick Start

Run the preflight check for the enemy blueprint named 'BP_Goblin'.

Frequently Asked Questions about ue-enemy-preflight-check

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

FAQPage Schema
How do I validate Unreal Engine enemy assets before committing?

Validate Unreal Engine enemy assets before committing by running a preflight check suite that inspects behavior trees, animations, GAS abilities, collision, and data assets to ensure implementations are ready for integration.

What does an enemy preflight check verify in Unreal Engine?

An enemy preflight check verifies parent class compliance, component presence, blueprint compilation, behavior tree integrity, animation montage references, GAS configuration, collision settings, and data asset assignments in Unreal Engine.

Can I integrate enemy validation into my Git pre-commit hook?

Yes, you can integrate enemy validation into a Git pre-commit hook to automatically catch critical errors in behavior trees, missing animation montages, or incorrect GAS configurations before changes are committed to your repository.

How do I run a preflight check on a specific enemy blueprint?

To run a preflight check on a specific enemy blueprint, execute the validation skill and target the blueprint by name, such as running the preflight check for the enemy blueprint named 'BP_Goblin' to catch configuration errors.

Why does my enemy behavior tree fail validation in Unreal Engine?

Your enemy behavior tree fails validation when the preflight check detects behavior tree integrity issues, missing animation montage references, incorrect GAS configuration, or invalid data asset assignments within the blueprint.