unreal.NiagaraInputWidgetType

class unreal.NiagaraInputWidgetType

Bases: EnumBase

ENiagara Input Widget Type

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraVariableMetaData.h

DEFAULT: NiagaraInputWidgetType = Ellipsis

Default input widget

Type:

0

ENUM_STYLE: NiagaraInputWidgetType = Ellipsis

(for integer inputs only) A dropdown that behaves like an enum; only allows the exact pre-defined values.

Type:

4

NUMERIC_DROPDOWN: NiagaraInputWidgetType = Ellipsis

a numeric input, but also has a dropdown with named values

Type:

3

SEGMENTED_BUTTONS: NiagaraInputWidgetType = Ellipsis

(for enum inputs only) Instead of the normal dropdown, the enum values are all displayed in a button grid. This shows all possible values at once, so only makes sense if there are few input values.

Type:

5

SLIDER: NiagaraInputWidgetType = Ellipsis

slider widget, for float and int type

Type:

1

VOLUME: NiagaraInputWidgetType = Ellipsis

audio volume slider with mute control, for float input only

Type:

2