Template Builder Components
Below are the componets that can be found in the template builder and a brief description.
Components | Description |
---|---|
Media File | A Media File component allows users to select media from a media manager or upload it from a local drive. |
Text Field | A Text Field can be used for short and general text input. There are options to define input masks and validations, allowing users to hold information into desired formats. |
Text Area | A Text Area has the same options as the Text Field form component. The difference is that it will be a multi-line input field that allows for longer text. |
Color | The color component produces a primary color fill. |
Number | Number fields can be used whenever a field should be limited to a type of number value. There are options to set Thousands Separator, set Decimal Places and Require Decimals. |
Date/Time | Date/Time form components can be used to input dates, times or both dates and times. |
Checkbox | A check box can be used for boolean value input field. It can either be on or off. There are options to set Shortcut and Input Type. |
Day | The Day component can be used to enter values for the Day, Month, and Year using a number or select type of field. |
Time | The Time component can be used to input time using different time widgets you would like to use. |
Select Boxes | The Select Boxes allows the user to check multiple values from list of options. |
Select | The Select displays a list of values in a dropdown list to users. Users can select one of the values. |
Currency | The Currency component should be used when a field should display currency amounts on a form. This component holds a numeric input mask that allows two decimal values and automatically adds commas as a user inputs a currency amount. |
Radio | The Radio allows the user to check only one value from list of options. |
File | A File component allows users to select media from a media manager or upload it from a local drive. |
Button | Buttons can be added to perform various actions within the form. |
Play Sequences | A Play Sequences component links to a media sequence and configures a trigger that will play it. |
Send to Channel | A Send to Channel component… |
Load Level | A Load Level component allows users to configure Unreal Engine levels so that they can be loaded on request. |