FNiagaraSystemViewModel::GetOrderedScriptsForEmitterHandleId

Get all non-event scripts which will execute for an emitter.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraSystemViewModel.h

Include

#include "ViewModels/NiagaraSystemViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraSystemViewModel.cpp

Syntax

void GetOrderedScriptsForEmitterHandleId
(
    FGuid EmitterHandleId,
    TArray< UNiagaraScript * > & OutScripts
)

Remarks

Get all non-event scripts which will execute for an emitter.

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