INiagaraCompiler::CompileScript

Starts the async compilation of a script and returns the job handle to retrieve the results

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "INiagaraCompiler.h"

Syntax

int32 CompileScript
(
    const FNiagaraCompileRequestData * InCompileRequest,
    const FNiagaraCompileOptions & InOptions,
    const FNiagaraTranslateResults & InTranslateResults,
    FNiagaraTranslatorOutput * TranslatorOutput,
    FString & TranslatedHLSL
)

Remarks

Starts the async compilation of a script and returns the job handle to retrieve the results

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