Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category=Niagara,
Meta=(DisplayName="Enable building data for Optimized VM"))
bool bExperimentalVMEnabled
Remarks
True indicates that we will generate byte code for the new optimized VM. Control over whether the new VM will be used when executing NiagaraScripts will also take into account the overrides on the system (bDisableExperimentalVM) and the cvars fx.NiagaraScript.StripByteCodeOnLoad and fx.ForceExecVMPath.