INiagaraCompiler::GetCompileResult

Returns the compile result for a given job id once the job has finished compiling.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/INiagaraCompiler.h

Include

#include "INiagaraCompiler.h"

Syntax

TOptional< FNiagaraCompileResults > GetCompileResult
(
    int32 JobID,
    bool bWait
)

Remarks

Returns the compile result for a given job id once the job has finished compiling.

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