Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;Niagara,
Meta&61;&40;DisplayName&61;"Enable building data for Experimental VM"&41;&41;
bool bExperimentalVMEnabled
Remarks
True indicates that we will generate byte code for the new experimental 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.