Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
Description
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.
| Name | ForEachPlatformSet |
| 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 ForEachPlatformSet
(
TAction Func
)