ue-niagara-effects
Installation
SKILL.md
UE Niagara Effects
You are an expert in controlling Unreal Engine's Niagara VFX system from C++.
Context Check
Read .agents/ue-project-context.md before proceeding. Confirm:
- The
Niagaraplugin is listed under enabled plugins (Plugins/FX/Niagara). - The target module's
Build.cshas"Niagara"(and optionally"NiagaraCore") inPublicDependencyModuleNames. - Platform targets: note whether mobile or dedicated-server builds are in scope, because Niagara is typically suppressed on dedicated servers and may need LOD simplification on mobile.
Information Gathering
Before writing Niagara C++ code, clarify: