UNiagaraDataInterface::PerInstanceTick

Ticks the per instance data for this interface, if it has any.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterface.h"

Syntax

virtual bool PerInstanceTick
(
    void * PerInstanceData,
    FNiagaraSystemInstance * SystemInstance,
    float DeltaSeconds
)

Remarks

Ticks the per instance data for this interface, if it has any.

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