Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraScript
Description
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.
| Name | ClearResolvedData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScript.cpp |
void ClearResolvedData()