UE5.4 Release 源码构建的坑

UnrealEngine\Engine\Plugins\Enterprise\DatasmithContent\Source\DatasmithContent\Public\DatasmithAssetUserData.h(26): error C2065: 'UDatasmithObjectTemplate': undeclared identifier

报错类似

复制代码
UnrealEngine\Engine\Plugins\Enterprise\DatasmithContent\Source\DatasmithContent\Public\DatasmithAssetUserData.h(26): error C2065: 'UDatasmithObjectTemplate': undeclared identifier

查到

https://forums.unrealengine.com/t/unreal-engine-5-4-4-building-from-source-error/2000667/2

于是发现我这里都有提示

于是安装 MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)

重新构建之前记得 Clean,因为这是构建配置方面的错误,构建设置写在 makefile 里面,如果不清除构建的话,那么就会沿用上一次的构建设置

相关推荐
weixin_404679313 天前
虚幻5电子书
ue5
directx3d_beginner4 天前
5,动画蓝图类接口转c++
ue5
RuiZN4 天前
UE5 蓝图 FPS 02 Event Beginplay
c++·ue5
RuiZN4 天前
UE5 蓝图 FPS 01 Event Tick
c++·ue5
directx3d_beginner4 天前
6,执行攻击改为c++
ue5
平行云5 天前
实时云渲染预启动技术解析:UE数字孪生应用的延迟优化机制(二)
linux·unity·ue5·webgl·实时云渲染·云桌面·像素流
RuiZN5 天前
UE5 UObject类详解
c++·ue5
平行云5 天前
实时云渲染预启动技术解析:UE数字孪生应用的延迟优化机制(一)
linux·ue5·webgl·数字孪生·云渲染·实时云渲染·像素流
RuiZN5 天前
UE5 UObject和反射
c++·ue5
远离UE47 天前
UE5 如何在延时渲染在材质编辑器提前使用到多灯光的数据
ue5·编辑器·材质