Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraFunctionSignature
Syntax
UPROPERTY&40;&41;
uint32 bRequiresExecPin: 1
Remarks
Does this function need an exec pin for control flow because it has internal side effects that be seen by the script VM and could therefore be optimized out? If so, set to true. Default is false.