Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include | #include "NiagaraSystem.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystemImpl.h |
template<typename TAction>
void ForEachPlatformSet
(
TAction Func
)
Remarks
Performs the passed action for all FNiagaraPlatformSets used by this system. Some may not be owned by this system. Include NiagaraSystemImpl.h to be able to call this function
Performs the passed action for all FNiagaraPlatformSets in this system.