CallbackHandlerParameter

Reference to a user parameter that should receive the particle data after the simulation tick.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Category="Export")
FNiagaraUserParameterBinding CallbackHandlerParameter

Remarks

Reference to a user parameter that should receive the particle data after the simulation tick. The supplied parameter object needs to implement the INiagaraParticleCallbackHandler interface.