AdrianPanGithub / HoudiniEngineForUnreal

Completely Rebuild Of Offcial Houdini Engine From Zero, 2x - 40x Faster I/O, Optimized for making procedural landscape and city toolset
MIT License
45 stars 6 forks source link

启用插件后,打包工程报错 #1

Closed yuxueliyuxl closed 2 months ago

yuxueliyuxl commented 2 months ago

UATHelper: 打包 (Windows): D:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\HoudiniEngineForUnreal-UE5_4\Source\HoudiniEngine\Public\HoudiniEngineCommon.h(26): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. UATHelper: 打包 (Windows): D:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\HoudiniEngineForUnreal-UE5_4\Source\HoudiniEngine\Public\HoudiniEngineCommon.h(29): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. UATHelper: 打包 (Windows): D:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\HoudiniEngineForUnreal-UE5_4\Source\HoudiniEngine\Public\HoudiniEngineCommon.h(32): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. UATHelper: 打包 (Windows): D:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\HoudiniEngineForUnreal-UE5_4\Source\HoudiniEngine\Public\HoudiniEngineCommon.h(35): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. PackagingResults: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. PackagingResults: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. PackagingResults: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. PackagingResults: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. UATHelper: 打包 (Windows): D:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\HoudiniEngineForUnreal-UE5_4\Source\HoudiniEngine\Public\HoudiniEngineCommon.h(38): Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module.

AdrianPanGithub commented 2 months ago

我修复了打包问题,现在插件是editor-only了。Houdini TA请在HDA输出上加i@unreal_split_actors = 1,或者Bake,来对生成结果进行打包

yuxueliyuxl commented 2 months ago

谢谢,辛苦了