 |
bool |
bBroadcastValueChangesOnCommitOnly |
|
 |
bool |
bHasMaxValue |
|
 |
bool |
bHasMinValue |
|
 |
bool |
bHasStepWidth |
|
 |
TArray< FNiagaraWidgetNamedIntegerInputValue > |
EnumStyleDropdownValues |
|
 |
TArray< FWidgetNamedInputValue > |
InputDropdownValues |
|
 |
int32 |
MaxSegmentsPerRow |
Limits the number of buttons shown per row, 0 = unlimited. |
 |
float |
MaxValue |
Max ui value (float and int types only) |
 |
float |
MinValue |
Min ui value (float and int types only) |
 |
TArray< FWidgetSegmentValueOverride > |
SegmentValueOverrides |
|
 |
float |
StepWidth |
Step width used by the input when dragging |
 |
ENiagaraInputWidgetType |
WidgetType |
Changes the widget implementation used for the input. |