Features:
- Drawing straight lines or bezier splines in 2D space.
- The spline can be edited and previewed in UMG editor.
- With indenpendent editing interface, the spline is super easy to edit.
- The spline can be built as custom verts, so that you can set a custom brush for the spline geometry.
- The spline can be used as a rail for other widgets, like USplineComponent in 3D space.
- The spline can be conveniently edited at runtime.
- Demo level included for an example of integration.
Code Modules:
- UMGSpline – Runtime
- UMGSplineEditor – Editor
Number of Blueprints: 19
Number of C++ Classes: 11
Network Replicated: No
Supported Development Platforms: Win64, Win32
Supported Target Build Platforms: Win64, Win32, IOS, Android, Linux
Videos
Edit the spline in editor:
https://www.youtube.com/watch?v=DQfvsAkENA0
Edit the spline at runtime:
https://www.youtube.com/watch?v=r39_TrSPlr8
特征:
- 在2D空间中绘制直线或贝塞尔样条。
- 样条可以在UMG编辑器中编辑和预览。
- 使用indenpendent编辑界面,样条曲线非常容易编辑。
- 样条可以构建为自定义垂直线,这样您就可以为样条几何设置自定义画笔。
- 样条线可以用作其他小部件的导轨,如3d空间中的USplineComponent。
- 样条曲线可以在运行时方便地编辑。
- 演示级别包括集成示例。
代码模块:
- UMGSpline-运行时
- UMGSplineEditor-编辑器
蓝图数目:19
C++类数:11
网络复制:没有
支持的开发平台:Win64、Win32
支持的目标构建平台:Win64,Win32,IOS,Android,Linux
短片
在编辑器中编辑样条:
https://www.youtube.com/watch?v=DQfvsAkENA0
在运行时编辑样条:
https://www.youtube.com/watch?v=r39_TrSPlr8





A spline widget is used for drawing 2D lines, and the lines can be conveniently edited both in UMG editor and at runtime.
=== Update 2024/08/17 ==========
My new plugin “UMGPolygon” is released now, with the help of “UMGPolygon” and “UMGSpline”, you can draw any custom graph conveniently.
样条控件用于绘制2D线,可以在UMG编辑器和运行时方便地编辑线。
===更新2024/08/17 ==========
我的新插件”乌姆波利贡“现在发布,在”UMGPolygon”和”UMGSpline”的帮助下,您可以方便地绘制任何自定义图形。

评论(0)