Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
Description
Performs the passed action for all scripts in this system and provides the script runtime data. Include NiagaraSystemImpl.h to be able to call this function
| Name | ForEachScriptWithRuntimeData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path | #include "NiagaraSystem.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystemImpl.h |
template<typename TAction>
void ForEachScriptWithRuntimeData
(
TAction Func
) const