UNiagaraEmitter::OnEmitterGPUCompiled

Callback issued whenever a VM compilation successfully happened (even if the results are a script that cannot be executed due to errors)

Choose your operating system:

Windows

macOS

Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraEmitter.h"

Source

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

Syntax

FOnEmitterCompiled & OnEmitterGPUCompiled()

Remarks

Callback issued whenever a VM compilation successfully happened (even if the results are a script that cannot be executed due to errors)