找回密码
 立即注册
查看: 349|回复: 0

虚幻引擎(Unreal Engine)安装简易教程

[复制链接]
发表于 2022-12-6 08:41 | 显示全部楼层 |阅读模式
虚幻引擎(Unreal Engine)安装

安装 Visual Studio

    不同版本的 UE 引擎支持的 VS 版本也有所不同,建议安装前在引擎中查询 UEBuildWindows.cs 文件,里面记录了此版本的 UE4 可以用哪个版本的 VS 编译
在 UE4.23 版本中如下
  1. publicenumWindowsCompiler{/// <summary>/// Use the default compiler. A specific value will always be used outside of configuration classes./// </summary>
  2.     Default,/// <summary>/// Use Clang for Windows, using the clang-cl driver./// </summary>
  3.     Clang,/// <summary>/// Use the Intel C++ compiler/// </summary>
  4.     Intel,/// <summary>/// Visual Studio 2015 (Visual C++ 14.0)/// </summary>
  5.     VisualStudio2015_DEPRECATED,/// <summary>/// Visual Studio 2015 (Visual C++ 14.0)/// </summary>[Obsolete("UE4 does not support building Visual Studio 2015 targets from the 4.22 release onwards.")]
  6.     VisualStudio2015 = VisualStudio2015_DEPRECATED,/// <summary>/// Visual Studio 2017 (Visual C++ 15.0)/// </summary>
  7.     VisualStudio2017,/// <summary>/// Visual Studio 2019 (Visual C++ 16.0)/// </summary>
  8.     VisualStudio2019,}
复制代码
    Visual Studio 的建议安装选项





下载虚幻引擎源代码

    虚幻源码主页(需要通过Epic认证):https://github.com/EpicGames/UnrealEngine选择合适的版本分支克隆源代码
下载虚幻引擎二进制文件

    点击 Setup.bat 文件来下载大小约为 3-4 GB
生成项目文件

    使用命令行运行
  1. ./GenerateProjectFiles.bat -2019 (你的VS版本)
复制代码
    使用 .sln 文件打开 VS 项目将 solution configuration 设置为 Development Editor将 solution platform 设置为 Win64右键单击 UE4 项目 build

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-11-24 16:17 , Processed in 0.102047 second(s), 26 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表