71 [Attribute("", UIWidgets.EditBox, "Show only Action sources with this preset.\nUsed for example when multiple directions are mapped to one action, like moving forward with value +1 and backward with value -1.")]
72string m_sPreset;
73
74 [Attribute("", UIWidgets.EditBox, "Same as the Preset above, but this one should be filled only if it differs for the gamepad optional action.")]
75string m_sPresetGamepadOptional;
76
77 [Attribute(SCR_Enum.GetDefault(SCR_EActionPrefixType.NON_CONTINUOUS), UIWidgets.ComboBox, "Type of prefix that can be applied to this action", "", ParamEnumArray.FromEnum(SCR_EActionPrefixType))]
78 SCR_EActionPrefixType m_ePrefixType;
79
80 [Attribute(uiwidget: UIWidgets.SearchComboBox, desc: "Displayed only on specified platforms if defined", enums: ParamEnumArray.FromEnum(EPlatform))]