ue-anim-notify-wizard

Generate C++ header and implementation files for Unreal Engine Animation Notify States with GAS support.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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 the Gameplay Ability System (GAS) and adherence to project-specific patterns.

Core Features & Use Cases

  • Boilerplate Generation: Automatically generates C++ header and implementation files for new ANS classes.
  • Pattern Adherence: Follows Sipher project conventions for GAS integration and gameplay logic.
  • Interactive Wizard: Guides the user through selecting notify types, configuring parameters, and generating necessary code.
  • Use Case: When developing a new combat ability that requires precise timing for hit detection or visual effects, use this wizard to quickly scaffold the necessary Animation Notify State.

Quick Start

Use the ue-anim-notify-wizard to create a new combat action animation notify named "HeavyAttack".

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 create Unreal Engine animation notify states in C++?

To create Unreal Engine animation notify states in C++, you need to scaffold header and implementation files for new ANS classes, ensuring proper integration with the Gameplay Ability System and adherence to project-specific coding patterns.

How does GAS integration work with animation notifies?

GAS integration with animation notifies connects precise animation timing events to gameplay logic, allowing combat abilities to trigger hit detection, visual effects, or audio cues directly through the Gameplay Ability System during state execution.

What is the best way to scaffold a combat animation notify for hit detection?

The best way to scaffold a combat animation notify for hit detection is using an interactive wizard that generates C++ boilerplate code for Animation Notify States, configuring parameters for precise timing and VFX audio triggers.

Can I use this animation notify wizard for custom VFX and audio triggers?

Yes, you can use this wizard to create custom animation notifies for VFX and audio triggers, as it scaffolds the necessary C++ classes for combat, visual effects, and audio within Unreal Engine.

Do I need to follow specific coding standards to generate Unreal Engine animation notify code?

Yes, you need to follow Unreal Engine's animation system and C++ coding standards, alongside project-specific conventions for GAS integration, to ensure the generated animation notify state code functions correctly.

Why are my animation notify states not triggering gameplay logic in Unreal Engine?

Animation notify states may fail to trigger gameplay logic if the C++ implementation lacks proper Gameplay Ability System integration or deviates from the required project-specific patterns needed for combat ability execution.