随笔分类 -  UE4常见问题解答

会写一下平时遇到UE4蓝图的技术问题
摘要:虚幻引擎UE编译报错问题综合###1、未引入模块(虚幻 C++编译无法解析的外部符号“_declspec(dllimport)”错误解决思路) 无法解析的外部符号 "__declspec(dllimport) public: __cdecl STextBlock::STextBlock(void)" (_imp??0SText 阅读全文
posted @ 2022-08-25 22:44 hellogiao1 阅读(1251) 评论(0) 推荐(0)
摘要:创建的资源还在使用,但是却被垃圾回收了,收集了一下出现的问题如下: 1、 Cannot queue the expression cache when it is about to be deleted 2 、LogSlate: Warning: Attempted to access resour 阅读全文
posted @ 2022-06-04 08:53 hellogiao1 阅读(393) 评论(0) 推荐(0)
摘要:为什么父类用UFUNCTION()宏修饰的虚函数在子类重写虚函数时不能用UFUNCTION()宏修饰Override of UFUNCTION in parent class (SlAiEnemyTool) cannot have a UFUNCTION() declaration above it; it will use the same parameters as the original 阅读全文
posted @ 2022-05-18 17:13 hellogiao1 阅读(837) 评论(0) 推荐(0)
摘要:我是看B站up的视频学到的,我试过之后的确有效,在这里用文字记录一下,如想看视频的可以转到这里:虚幻高版本引擎使用低版本插件的方法,时长6分钟 原理就是,把插件源代码编译成适应你目前引擎版本的二进制代码就可以用了 ####问题: 在引擎打开插件的时候,引擎提示插件支持的版本比目前我们用的版本低 ## 阅读全文
posted @ 2022-04-26 00:15 hellogiao1 阅读(3097) 评论(3) 推荐(1)
摘要:1.首先打开自己项目所在路径,删除Intermediate、Saved文件夹 2.右键项目,重新生成编译项目 回到UE4重新打包即可。 阅读全文
posted @ 2021-05-19 15:05 hellogiao1 阅读(6535) 评论(0) 推荐(0)
摘要:这种该怎么解决呢? **首先是因为字体格式导致的乱码,所以我们要去创建一个可以显示中文的字体材质。** 阅读全文
posted @ 2021-05-19 10:08 hellogiao1 阅读(2284) 评论(0) 推荐(0)