Features:
- Written in C++, high efficiency and support for C++ and Blueprint.
- Built-in shadow, title bar shadow and window shadow, adjustable shadow size.
- Transformable option, move and resize, clamp window to viewport, preserve ratio scaling.
- Programmatically set window position, absolute position, scaled position.
- Built-in pop up window function, show widget displaying message by function and template pop up widget template.
Code Modules:
- WindowWidget_Canvas
- WindowWidget_Master
- WindowWidget_PopUp
Number of Blueprints: 3
Number of C++ Classes: 3
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
Documentation: Documentation
Example Project: Example Project
Important Notes: Widgets are written in C++, its widget components require binding in Blueprint.
特征:
- 用C++编写,效率高,支持C++和Blueprint。
- 内置阴影,标题栏阴影和窗口阴影,阴影大小可调。
- 可转换选项,移动和调整大小,将窗口夹到视口,保留比例缩放。
- 以编程方式设置窗口位置,绝对位置,缩放位置。
- 内置弹出窗口功能,显示窗口小部件按功能显示消息和模板弹出窗口小部件模板。
代码模块:
- WindowWidget_Canvas
- WindowWidget_Master
- WindowWidget_PopUp
蓝图数目:3
C++类数:3
支持的开发平台:Windows
支持的目标构建平台:Windows
文件: 文件
示例项目: 示例项目
重要提示:小部件是用C++编写的,它的小部件组件需要在蓝图中绑定.
WindowWidget is built from ‘UserWidget’ class in C++, it is mainly build for PC Windows platform.
WindowWidget C++ classes require widget binding in Blueprint, but there are pre-bound Blueprint Widget available to use.
WindowWidget has options to enable transformation (move and resizable), shadow, etc.
This asset is made into plug-in for easy to use.
* Update 1.1 :
- Added “bSnapToCursorOnTransformed” to enable or disable the window snap to cursor when being transformed.
- ‘SetWindowPosition’ and ‘AddWindowToViewport’ comment line .
WindowWidget是从C++中的”UserWidget”类构建的,它主要是为PC Windows平台构建的。
WindowWidget c++类需要在蓝图中绑定控件,但有预绑定的蓝图控件可供使用。
WindowWidget具有启用转换(移动和可调整大小),阴影等选项。
此资产被制作成插件以方便使用。
*更新1.1 :
- 添加了”bSnapToCursorOnTransformed”以在转换时启用或禁用窗口捕捉到光标。
- ‘SetWindowPosition’和’AddWindowToViewport’注释行。
评论(0)