您的位置:首页 > 产品设计 > UI/UE

[UE4]UMG、HUI、Slate之间的区别

2016-01-06 17:00 417 查看
原文:

https://answers.unrealengine.com/questions/208916/umg-hud-slate.html

 
HUD Canvas is something that came from UE3 (and maybe even older) and was in UE4 before UMG been introduced and stays as a option

 
UMG is Blueprint extension of Slate

 
Slate is window UI framework made specially for editor (in the past UE editor used mix of Window's library), but it can used in game too. But Slate classes are
outside of UObject envriament and outside of reflection system, thats why it needs UMG wrapper to make it work with blueprints.

 

================================================

 

原文:https://answers.unrealengine.com/questions/160866/umg-or-slate.html

My opinion:

 

Try to understand a bit Slate, but don't use it.

 

UMG is completely based on Slate. It is an Editor to use Slate more easy and it should be able to do the same things as Slate can. You can also extend the Widget Classes through C++. I tried learning Slate before UMG was released and without Documentation and/or
tutorials it was true pain! x)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: