Control panel - widget and property types
Widget types
Type | Image | Behavior | Target | Target property types | Purpose |
---|---|---|---|---|---|
Trigger | ![]() | Sends predefined variables and/or event triggers when clicked | Accepts multiple targets Can target exposed actor/Blueprint parameters, as well as Blueprint events |
|
|
2-state button | ![]() | Sends predefined variables and/or event triggers when clicked Button changes to show last clicked state | Accepts multiple targets Can target exposed actor/Blueprint parameters, as well as Blueprint events |
|
|
Slider | ![]() | Sends a number (float or integer) between a min and a max value | Accepts one target Can target exposed actor/Blueprint parameters, as well as Blueprint events |
|
|
Number | ![]() | Sends a number (float or integer) when field is changed, either by manual entry, or by clicking the arrows | Accepts one target Can target exposed actor/Blueprint parameters, as well as Blueprint events |
|
|
Text | ![]() | Allows input of text in the dialogue box Sends text input once the "Confirm" button, or CRTL+Enter, is pressed Input can be typed manually, or pasted in Input is limited by Character Length, which is set per text widget. Default value is 60 | Accepts one target |
|
|
Drop-down | ![]() | Switches between the enum values (when the target is an enum) Switches between user-defined values (any other target) | Accepts one target |
|
|
Label | ![]() | No action | None | None | Control panel organization |
Property type formats
Property type | Format |
---|---|
Boolean | false | true |
Number | float, integer |
Text | string |
Color | (r=0,g=0,b=0) |
Vector | (x=0,y=0,z=0) |
Transform | [100,100,100,0,0,0,1,1,1] |
Blueprint | - |
other | - |