`
aigo
  • 浏览: 2539830 次
  • 性别: Icon_minigender_1
  • 来自: 宜昌
社区版块
存档分类
最新评论

[UE4]Android上启动报错:error CDO Constructor failed to find blueprint

UE4 
阅读更多

可能原因是你把蓝图放在了Content之外的目录,且项目中引用了这个蓝图。
这种做法不太科学,非要这么搞也可以。

 

解决办法:

打开“工程名/Config/DefaultEditor.ini“,将bDontLoadBlueprintOutsideEditor设为false

 

示例:

[EditoronlyBP]

bAllowClassAndBlueprintPinMatching=true

bReplaceBlueprintWithClass=true

bDontLoadBlueprintOutsideEditor=false

bBlueprintIsNotBlueprintType=true

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics