Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraInputWidgetType |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraVariableMetaData.h |
| Include Path |
#include "NiagaraVariableMetaData.h" |
Syntax
enum ENiagaraInputWidgetType
{
Default,
Slider,
Volume,
NumericDropdown,
EnumStyle,
SegmentedButtons,
}
Values
| Name |
Remarks |
| Default |
Default input widget. |
| Slider |
Slider widget, for float and int type |
| Volume |
Audio volume slider with mute control, for float input only |
| NumericDropdown |
A numeric input, but also has a dropdown with named values |
| EnumStyle |
(for integer inputs only) A dropdown that behaves like an enum; only allows the exact pre-defined values. |
| SegmentedButtons |
(for enum inputs only) Instead of the normal dropdown, the enum values are all displayed in a button grid. |