| bCanAutoBind |
uint32 |
If this input can auto-bind to system parameters and emitter attributes. |
NiagaraNodeInput.h |
|
| bExposed |
uint32 |
If true then this is exposed as an input to it's caller - turning this off makes sense when the input is defined in a function script and should not be visible to the caller. |
NiagaraNodeInput.h |
- EditAnywhere
- DisplayName="Expose Input"
- Category=Exposure
|
| bHidden |
uint32 |
If true then this input will be shown in the advanced pin section of the caller node. |
NiagaraNodeInput.h |
- EditAnywhere
- DisplayName="Advanced Display"
- Category=Exposure
- Meta=(editcondition="bExposed")
|
| bRequired |
uint32 |
If true then this input is required to be set by the caller. |
NiagaraNodeInput.h |
- EditAnywhere
- DisplayName="Suppress Default Value"
- Category=Exposure
- Meta=(editcondition="bExposed")
|