Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraInputExposureOptions
Syntax
UPROPERTY (EditAnywhere, DisplayName="Suppress Default Value", Category=Exposure,
Meta=(editcondition="bExposed"))
uint32 bRequired: 1
Remarks
If true then this input is required to be set by the caller. For optional values (e.g. values behind an edit condition) this can be set to false, so the translator uses the default value instead.