Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraScript
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include | #include "NiagaraScript.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScript.cpp |
void ClearResolvedData()
Remarks
Clears out resolved runtime data. For scripts belonging to standalone emitters the resolved data could be references to the transient NiagaraSystem used for editing. In the future all this data will be moved to live on the System itself so this will no longer be required.