ue-anim-notify-wizard

Generate C++ Animation Notify State classes for Unreal Engine with GAS integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of Animation Notify States (ANS) in Unreal Engine, ensuring proper integration with Gameplay Ability System (GAS) and adherence to project-specific patterns, reducing boilerplate code and potential errors.

Core Features & Use Cases

  • Interactive Generation: Guides users through creating ANS classes with a step-by-step wizard.
  • Boilerplate Scaffolding: Generates C++ header and implementation files for new ANS classes.
  • Pattern Adherence: Follows Sipher project patterns for GAS integration and common notify types (combat, VFX, audio, gameplay).
  • Use Case: When developing a new character ability that requires precise timing for damage application or visual effects during an animation, use this wizard to quickly generate the necessary UAnimNotifyState class.

Quick Start

Use the ue-anim-notify-wizard to create a new combat action animation notify state.

Frequently Asked Questions about ue-anim-notify-wizard

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

FAQPage Schema
How do I generate C++ Animation Notify State classes for Unreal Engine?

To generate C++ Animation Notify State classes for Unreal Engine, use a step-by-step wizard that scaffolds header and implementation files while ensuring proper Gameplay Ability System integration and pattern adherence. It streamlines creating combat, VFX, and audio notifies.

What is the best way to integrate Gameplay Ability System with animation notifies?

Integrating Gameplay Ability System with animation notifies requires generating a UAnimNotifyState class that follows project-specific patterns for ability timing. This approach ensures precise damage application and visual effects during character animations without boilerplate errors.

How do I create an animation notify state for combat damage timing in Unreal Engine?

Creating an animation notify state for combat damage timing in Unreal Engine involves scaffolding a C++ class using the Unreal Engine C++ API. The wizard guides you through generating the necessary UAnimNotifyState class to trigger gameplay events at specific animation frames.

Does this animation notify wizard support VFX and audio triggers alongside gameplay logic?

Yes, this animation notify wizard supports VFX, audio, and gameplay-related animation notifies. It generates the C++ boilerplate required to trigger visual effects, sounds, and gameplay ability system events precisely when needed during an animation sequence.

Can I use this wizard for an existing Unreal Engine project using Gameplay Ability System?

Yes, you can use this wizard for an existing Unreal Engine project using Gameplay Ability System. It adheres to established project patterns and the Unreal Engine C++ API to seamlessly integrate new animation notify states into your current codebase.

Why should I use a wizard instead of manually writing UAnimNotifyState boilerplate code?

Using a wizard instead of manually writing UAnimNotifyState boilerplate code reduces potential errors and saves development time. It automatically incorporates Gameplay Ability System integration and project-specific patterns, ensuring proper C++ API adherence for combat and VFX notifies.