ue-enemy-preflight-check

Validate Unreal Engine enemy assets for pre-commit readiness.

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

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, configurations, and references are correct before committing changes or deploying.

Core Features & Use Cases

  • Comprehensive Validation: Checks Blueprints, Behavior Trees, Animations, GAS, Collision, and Data Assets.
  • Error Detection: Identifies critical errors and provides warnings for potential issues.
  • Use Case: Before committing a new enemy character to version control, run this skill to catch any missing components, incorrect animation references, or broken behavior tree logic, preventing integration issues.

Quick Start

Run the ue-enemy-preflight-check skill to validate the enemy blueprint located at Content/Enemies/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 blueprints before committing?

To validate Unreal Engine enemy blueprints before committing, run a preflight check that inspects parent classes, required components, behavior tree assignments, animation blueprint references, and GAS ability system presence to ensure integration readiness.

What is an enemy preflight check in Unreal Engine?

An enemy preflight check in Unreal Engine is an automated validation process that examines enemy assets, including behavior tree references, collision profiles, and data asset configurations, to identify errors and ensure adherence to project-specific standards before deployment.

Can I check behavior tree references and GAS abilities for my enemy assets?

Yes, you can check behavior tree references and GAS abilities for your enemy assets. The validation process verifies behavior tree assignments and validity, and confirms the presence of the GAS ability system to detect potential integration issues.

How do I verify collision settings and data asset configurations for Unreal Engine enemies?

To verify collision settings and data asset configurations for Unreal Engine enemies, run a preflight validation skill that checks collision profiles and data asset setups, identifying critical errors and providing warnings for potential project standard violations.

Does the enemy validation process check animation blueprint references?

Yes, the enemy validation process checks animation blueprint references. It comprehensively validates enemy implementations by ensuring all animation blueprint references are correctly assigned and valid, preventing broken animation logic from reaching version control.