FNiagaraSystemInstance::TickDataInterfaces

Perform per-tick updates on data interfaces that need it.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemInstance.h

Include

#include "NiagaraSystemInstance.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystemInstance.cpp

Syntax

void TickDataInterfaces
(
    float DeltaSeconds,
    bool bPostSimulate
)

Remarks

Perform per-tick updates on data interfaces that need it. This can cause systems to complete so cannot be parallelized.

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