Navigation
API > API/Plugins > API/Plugins/Niagara
| Type | Name | Description | |
|---|---|---|---|
| void | FNiagaraDataInterfaceUtilities::ForEachDataInterface
(
FNiagaraSystemInstance* SystemInstance, |
Loops over all data interfaces inside the SystemInstance The action should return True to continue iteration or False to stop | |
| void | FNiagaraDataInterfaceUtilities::ForEachDataInterface
(
FNiagaraSystemInstance* SystemInstance, |
Loops over all data interfaces inside the SystemInstance The action should return True to continue iteration or False to stop | |
| void | FNiagaraDataInterfaceUtilities::ForEachDataInterface
(
UNiagaraSystem* NiagaraSystem, |
Loops over all data interfaces inside the NiagaraSystem The action should return True to continue iteration or False to stop |