UNiagaraDataInterfaceHairStrands::PerInstanceTick

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

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::PerInstanceTick()

UNiagaraDataInterfaceHairStrands::PerInstanceTick()

References

Module

HairStrandsNiagara

Header

/Engine/Plugins/Experimental/HairStrands/Source/HairStrandsNiagara/Public/NiagaraDataInterfaceHairStrands.h

Include

#include "NiagaraDataInterfaceHairStrands.h"

Source

/Engine/Plugins/Experimental/HairStrands/Source/HairStrandsNiagara/Private/NiagaraDataInterfaceHairStrands.cpp

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