HoudiniNiagara icon indicating copy to clipboard operation
HoudiniNiagara copied to clipboard

Houdini Niagara Plugin v2.4.0 - UE5.2 Can not Package Project

Open MoreDrinkHotWater opened this issue 2 years ago • 5 comments

Houdini Niagara Plugin v2.4.0 - UE5.2 Can not Package Project。 Tips: NiagaraDataInterfaceHoudini.h UNiagaraDataInterfaceHoudini::GetFunctionHLSL: 包含重写说明符“override”的方法没有重写任何基类方法

MoreDrinkHotWater avatar May 29 '23 02:05 MoreDrinkHotWater

I'm getting the same error when trying to package

mchataway avatar Jun 09 '23 02:06 mchataway

Me too

mmmdod avatar Jun 13 '23 10:06 mmmdod

Same error when building with linux clang 15.0.1.

https://docs.unrealengine.com/5.2/en-US/linux-development-requirements-for-unreal-engine/

I don't know about appropriate. Added the enclosure below to the error function in NiagaraDataInterfaceHoudini.h and cpp.


#if WITH_EDITORONLY_DATA ... #endif

tmiyoshi-g avatar Jun 27 '23 07:06 tmiyoshi-g

Here's the PR that fixes the issue: https://github.com/sideeffects/HoudiniNiagara/pull/45

I managed to get past the previous error, but it appears that something's wrong with the plugin dependencies, as it fails to find some of the statements defined in the RHI module:

[1/1] Compile [x64] Module.HoudiniNiagara.cpp
D:\Unreal\5.2.0-release\Engine\Source\Runtime\RHI\Public\RHICommandList.h(5309): error C2065: 'GSupportsParallelRenderingTasksWithSeparateRHIThread': undeclared identifier

mwojt-platige avatar Jul 05 '23 15:07 mwojt-platige

I had the same problem packing to Android.Alert me to Runtime problems.This is also true for HoudiniEngine So I had to turn it all off to make sure I packed properly Can you really package an application with Niagara? If that's true, I'll pop champagne for a week

DirepantsL avatar Jan 18 '24 02:01 DirepantsL