【UE】Ureal引擎使用问题记录
程序员文章站
2022-06-10 21:19:53
...
- E:\workspace\Unreal Project\ActionGSZ\Source\ActionGSZ\Private\GSZCharacterBase.cpp(293) : error C3861: ‘RemoveStartupGameplayAbilities’: identifier not found
E:\workspace\Unreal Project\ActionGSZ\Source\ActionGSZ\Private\GSZCharacterBase.cpp(294) : error C2065: ‘CharacterLevel’: undeclared identifier
答:函数不在类作用域内。检查类名、方法名是否正确。
- error C2071: ‘uint8’: illegal storage class
……
F:\SDK\Epic Games\UE_4.26\Engine\Source\Runtime\Core\Public\GenericPlatform/GenericPlatform.h(22) : error C2143: syntax error: missing '{' before '<'
F:\SDK\Epic Games\UE_4.26\Engine\Source\Runtime\Core\Public\GenericPlatform/GenericPlatform.h(22) : error C2059: syntax error: '<'
F:\SDK\Epic Games\UE_4.26\Engine\Source\Runtime\Core\Public\GenericPlatform/GenericPlatform.h(23) : error C3856: 'SelectIntPointerType': symbol is not a class template
F:\SDK\Epic Games\UE_4.26\Engine\Source\Runtime\Core\Public\GenericPlatform/GenericPlatform.h(37) : error C2071: 'uint8': illegal storage class
F:\SDK\Epic Games\UE_4.26\Engine\Source\Runtime\Core\Public\GenericPlatform/GenericPlatform.h(40) : error C2071: 'uint16': illegal storage class
……
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\INCLUDE\xtr1common(19): error C2061: syntax error: identifier 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\INCLUDE\xtr1common(19): error C2059: syntax error: ';'
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\INCLUDE\xtr1common(19): fatal error C1003: error count exceeds 100; stopping compilation
……
答:https://answers.unrealengine.com/questions/1053889/view.html
- unresolved external symbol
GSZInventoryInterface.gen.cpp.obj : error LNK2001: unresolved external symbol "public: virtual class TMulticastDelegate<void __cdecl(struct FGSZItemSlot,class UGSZItem *),struct FDefaultDelegateUserPolicy> & __cdecl IGSZInventoryInterface::GetSlottedItemChangedDelegate(void)" ([email protected]@@[email protected][email protected]@[email protected]@@[email protected]@@@XZ)
答:检查接口类所有函数是否为纯虚函数。
上一篇: 老人不应经常性抖腿
推荐阅读
-
使用vuex解决刷新页面state数据消失的问题记录
-
使用php记录用户通过搜索引擎进网站的关键词
-
记录一下使用sea.js时遇到的几个小问题
-
在ASP.NET MVC 4 on Mono中使用OracleClient in CentOS 6.x的问题记录
-
记录一次排查使用HttpWebRequest发送请求的发生“基础连接已关闭:接收时发生错误”异常问题的过程
-
使用CocoaPods配置iOS百度地图sdk问题记录20191024
-
使用RestTemplate 对接微信付款码支付接入问题记录
-
使用ForkJoin解决0到1百亿的求和问题-----一次测试和调优记录,掌握ForkJoinPool的核心用法
-
Psr问题步骤记录器使用技巧之轻松制作操作流程图文方法
-
记录一次使用NPOI遇到的问题