Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraFunctionSignature
Syntax
UPROPERTY ()
TArray < FNiagaraVariableBase > NoDefaultValueInputs
Remarks
All the inputs here must be wired to something in the graph and will produce a compile error if that's not the case. This is useful if the default value for an input makes no sense and would lead to a failed function call at runtime.