UNiagaraScript::SetVMCompilationResults

External call used to identify the values for a successful VM script compilation.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraScript.h"

Source

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

Syntax

void SetVMCompilationResults
(
    const FNiagaraVMExecutableDataId & InCompileId,
    FNiagaraVMExecutableData & InScriptVM,
    FNiagaraCompileRequestDataBase * InRequestData
)

Remarks

External call used to identify the values for a successful VM script compilation. OnVMScriptCompiled will be issued in this case.

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