hxhb / HotPatcher

Unreal Engine hot update manage and package plugin.
https://imzlp.com/posts/17590/
MIT License
1.23k stars 333 forks source link

UE5.2.1,HotPatcher 82.0,在ByPatch下单独打包一个Niagara文件报警告 #107

Open iDearie opened 3 months ago

iDearie commented 3 months ago

放在GameFeature下的Niagara文件在ByPatch下单独打包时,会在执行到引擎代码 Unreal Engine\UE_5.2\Engine\Source\Runtime\CoreUObject\Private\UObject\SavePackage2.cppSavePackage2.cpp的第507行时返回ContainsEditorOnlyData,导致Niagara文件cook失败,从而在更新后不显示对应的Niagara效果 配置文件如下: 222222.json 配置截图如下: image 断点信息如下: image

感谢

iDearie commented 3 months ago

尝试将对应Niagara文件移动到Content文件夹下执行ByPatch可以正常打包