agentsclimarketplace

Unreal niagara

Skill a5c-ai/babysitter/library/specializations/game-development/skills/unreal-niagara

Unreal Engine Niagara VFX skill for particle simulations, GPU sprites, and procedural visual effects.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill unreal-niagara

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.0 KB, 352 tokens by cl100k_base, as published. Nobody here has run it

Unreal Niagara Skill

Niagara visual effects system for Unreal Engine.

Overview

This skill provides capabilities for creating visual effects using Unreal's Niagara system, including particle simulations, GPU particles, and procedural effects.

Capabilities

Particle Systems

  • Create emitter modules
  • Configure spawn, update, render
  • Handle particle attributes
  • Implement GPU simulation

Module Development

  • Create custom modules
  • Implement scratch pad modules
  • Handle data interfaces
  • Build reusable libraries

Integration

  • Spawn from Blueprints/C++
  • Handle events and triggers
  • Integrate with gameplay
  • Manage performance

Advanced Features

  • Implement mesh particles
  • Create ribbon effects
  • Handle simulation stages
  • Build fluid simulations

Prerequisites

  • Unreal Engine 5.0+
  • Niagara plugin enabled

Usage Patterns

Spawning Effects

// C++ spawn
UNiagaraComponent* NiagaraComp = UNiagaraFunctionLibrary::SpawnSystemAtLocation(
    GetWorld(),
    ExplosionEffect,
    Location,
    Rotation
);

// Set parameters
NiagaraComp->SetVariableFloat(FName("Scale"), 2.0f);

Blueprint Integration

1. Add Niagara Component
2. Set Niagara System Asset
3. Call Activate/Deactivate
4. Set User Parameters
5. Handle completion events

Best Practices

  1. Use GPU simulation for large counts
  2. Create module libraries
  3. Profile with Niagara debugger
  4. Set scalability settings
  5. Use LOD for distant effects

References

What ships with it: 1 file

849 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.