UNiagaraSystem::ForEachScript

Performs the passed action for all scripts in this system.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h

Include

#include "NiagaraSystem.h"

Syntax

template<typename TAction>
void ForEachScript
(
    TAction Func
) const

Remarks

Performs the passed action for all scripts in this system.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss