Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MoreDrinkHotWater opened this issue May 29, 2023 · 5 comments
Open

Comments

@MoreDrinkHotWater
Copy link

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

@mchataway
Copy link

I'm getting the same error when trying to package

@mmmdod
Copy link

mmmdod commented Jun 13, 2023

Me too

@tmiyoshi-g
Copy link

tmiyoshi-g commented Jun 27, 2023

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

@mwojt-platige
Copy link

Here's the PR that fixes the issue:
#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

@DirepantsL
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants