当前位置:网站首页>[Fantasy 4] the transformation from U3D to UE4
[Fantasy 4] the transformation from U3D to UE4
2022-07-02 10:24:00 【I want to play games while my hair is heavy】
Copyright notice : This paper is about CSDN Blogger 「 I want to play games with my hair 」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
Link to the original text :https://blog.csdn.net/weixin_37658157/article/details/123963742
Abstract : This article mainly records my experience from Unity3D Engine to unreal 4 Experience on the transformation of engine , It will involve the comparison of similar concepts between the two fields , Learning direction and plan , And some development skills records .
List of articles
UI The difference on
U3D | UE4 | |
---|---|---|
Main technology | UGUI | UMG |
Using tools | Unity Editor ( namely Unity Editor ) | Widget Blueprints ( Interface blueprint ) |
Editing process | In the scene, you can drag and drop to add various UI Components | Switch to... In the interface blueprint Designer View to edit UI |
Loading mode | You can put the interface directly in the scene , You can also save the interface as Prefab Load as a resource | Trigger in code or blueprint CreateWidget() and AddToViewport() function |
Runtime debugging mode | stay Scene The view can see the state of the whole interface in world space , Click a UI You can view its runtime data | adopt WidgetReflector( Control reflector ) Click a UI View its runtime data , Note that the data is not refreshed in real time , What is displayed is only the instantaneous data when clicking |
Conflict resolution when merging resources | Whether it's Prefab still Scene, Can view the differences in the form of text , However, you cannot merge resources | uasset It's all binary files , Differences cannot be viewed as text , But the interior provides Merge Tool merge blueprint , Also have Source Control Tools lock blueprint resources |
Differences in programming languages
U3D | UE4 | |
---|---|---|
Supported programming languages | C# / JavaScript | C++ |
Visual programming tools | Bolt plug-in unit | The blueprint |
Conceptual differences of similar terms
The official tutorial : by Unity The Unreal Engine prepared by the developer 4 guide , Among them “ Glossary ” One section is very clear , I won't repeat
Life cycle management
UE4: https://docs.unrealengine.com/5.0/zh-CN/unreal-engine-actor-lifecycle/
U3D: https://docs.unity.cn/cn/current/Manual/ExecutionOrder.html
边栏推荐
- Vscode auto format
- [leetcode] sword finger offer 53 - I. find the number I in the sorted array
- 合并有序数列
- Basic notes of illusory AI blueprint (10000 words)
- Introduction to go language
- Blender摄像机环绕运动、动画渲染、视频合成
- Blender石头雕刻
- Project practice, redis cluster technology learning (VIII)
- Blender海洋制作
- Ctrip starts mixed office. How can small and medium-sized enterprises achieve mixed office?
猜你喜欢
Determine whether there are duplicate elements in the array
虚幻材质编辑器基础——如何连接一个最基本的材质
Introduction et prévention des essais de pénétration
Network real-time video streaming based on OpenCV
【UE5】动画重定向:如何将幻塔人物导入进游戏玩耍
Blender石头雕刻
【虚幻4】从U3D到UE4的转型之路
【虚幻4】UMG组件的简介与使用(更新中...)
[ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
Eslint reports an error
随机推荐
阿里云SLS日志服务
Pycaret | a few lines of code to solve machine learning modeling
【虚幻4】UMG组件的简介与使用(更新中...)
Blender摄像机环绕运动、动画渲染、视频合成
[unreal] animation notes of the scene
【虚幻】按键开门蓝图笔记
[unreal] key to open the door blueprint notes
What is call / cc- What is call/cc?
[200 Shengxin literatures] 96 joint biomarkers of immune checkpoint inhibitor response in advanced solid tumors
This monitoring system makes workers tremble: turnover intention and fishing can be monitored. After the dispute, the product page has 404
【教程】如何让VisualStudio的HelpViewer帮助文档独立运行
Feature (5): how to organize information
Blender camera surround motion, animation rendering, video synthesis
go语言入门
两数之和,求目标值
[ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
VLAN experiment
This article takes you to learn in detail what is fiber to home FTTH
Blender multi lens (multi stand) switching
How does {} prevent SQL injection? What is its underlying principle?