Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraInputParameterCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBroadcastValueChangesOnCommitOnly | ||
| bool | bHasMaxValue | ||
| bool | bHasMinValue | ||
| bool | bHasStepWidth | ||
| TArray< FNiagaraWidgetNamedIntegerInputValue > | EnumStyleDropdownValues | ||
| TArray< FWidgetNamedInputValue > | InputDropdownValues | ||
| float | MaxValue | Max ui value (float and int types only) | |
| float | MinValue | Min ui value (float and int types only) | |
| float | StepWidth | Step width used by the input when dragging | |
| ENiagaraInputWidgetType | WidgetType | Changes the widget implementation used for the input. |