代码插件
道具
UE5.0
This plug-in adds a group button widget, which is the same as a normal button. This group button adds a selected state and corresponding events. The advantage of the group button is that when this button is selected, a selected event is triggered, and other group buttons in the same group as this button are unselected.
Change log : (2021/11)
Modify the workflow, make sure to cancel the selection first and then perform the new selection. Removing the font files in the original plug-in reduced the plug-in size from 30M to 150K.
Change log : (2021/08)
Fix the sound problem.
Change log : (2020/12)
Support 4.26 version
技术细节
Features:
Very easy to use!
It is as easy to use as normal buttons!
4 GroupButton templates, covering most usage scenarios
Code Modules:
GroupButton [Runtime]
Number of Widget Blueprints: 4
Number of C++ Classes: 1
Network Replicated: (No)
Supported Development Platforms: (“Windows”,“Mac”)
Supported Target Build Platforms: ( "Win64", "Win32", "Mac", "Linux", "Android", "IOS" )
Documentation: Link
Example Project: Link
本插件增加了一个组按钮控件,和普通按钮一样,该组按钮增加了选中状态和相应的事件,组按钮的好处是,当选中此按钮时,会触发选中事件,与此按钮同组的其他组按钮则处于未选中状态。
更新日志:(2021/11)
修改工作流程,务必先取消选中再执行新的选中。移除原插件中的字体文件,插件体积从30M缩减到150K。
更新日志:(2021/08)
修复声音问题。
更新日志:(2020/12)
支持4.26版本
技术细节
特点:
非常好用!
和普通按钮一样好用!
4 个 GroupButton 模板,涵盖大多数使用场景
代码模块:
GroupButton [运行时]
Widget 蓝图数量:4
C++ 类数量:1
网络复制:(否)
支持的开发平台:(“Windows”、“Mac”)
支持的目标构建平台:(“Win64”、“Win32”、“Mac”、“Linux”、“Android”、“IOS”)
文档:链接
示例项目:链接
|
|