Features:
- Entirely made in Blueprint and UMG
- 4 pre-made styles provided
- Many options to customize the calendar
- Demo level included for an example of integration
Number of Blueprints: 2 main widgets + 8 sub-widgets
Input: Mouse
Network Replicated: No
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
Documentation: https://gitlab.com/GHDocumentation/ue4/wikis/UMG-Calendar-Documentation
特征:
- 完全由蓝图和UMG制作
- 提供4种预先制作的款式
- 自定义日历的许多选项
- 包含集成示例的演示级别
蓝图数目:2个主小部件+8个子小部件
输入:鼠标
网络复制:没有
支持的开发平台: 窗户
支持的目标构建平台: 窗户
文件: https://gitlab.com/GHDocumentation/ue4/wikis/UMG-Calendar-Documentation
A Calendar widget entirely made in UMG:
May be used to display calendar and/or to pick a date or a date range (since V1.2.0).
Several options available to customize the widget:
- Week may start on monday or sunday
- Highlighting of today or not
- Display buttons menu
- Display a list for month and year in the header
- Set a year range for the calendar
- Set starting month
- Select a style among the 4 styles provided
- Pick a single date or a date range
Bind the OnDateClicked event to get the date selected by the user or the OnRangeSelected event to get the range selected if applicable.
Update V1.1 :
- Fix minor bug on year date display
- Support for 4.24
Update V1.2 :
- Add option to select a date range
- Add a DatePicker widget which displays a clickable textfield which opens the calendar on click.
一个完全用UMG制作的日历小部件:
可用于显示日历和/或选择日期或日期范围(自V1.2.0起)。
可用于自定义小部件的几个选项:
- 周可能在周一或周日开始
- 突出今天与否
- 显示按钮菜单
- 在标题中显示月份和年份的列表
- 为日历设置年份范围
- 设定开始月份
- 在提供的4种样式中选择一种样式
- 选择单个日期或日期范围
绑定OnDateClicked事件以获取用户选择的日期,或者绑定OnRangeSelected事件以获取选择的范围(如果适用)。
更新V1.1 :
- 修正年份日期显示的小错误
- 支持4.24
更新V1.2 :
- 添加选项以选择日期范围
- 添加一个DatePicker小部件,它显示一个可单击的文本字段,该文本字段在单击时打开日历。
评论(0)