sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

UE5: Expecting to find a type to be declared in a module rules named 'HoudiniEngineRuntime' in UE5Rules #157

Open KenzieMac130 opened 2 years ago

KenzieMac130 commented 2 years ago

Hello, when packaging a project in UE5 with Houdini Engine I end up with this error: ERROR: Expecting to find a type to be declared in a module rules named 'HoudiniEngineRuntime' in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the 'ModuleRules' type defined by Unreal Build Tool. PackagingResults: Error: Expecting to find a type to be declared in a module rules named 'HoudiniEngineRuntime' in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the 'ModuleRules' type defined by Unreal Build Tool. I need a workaround for this as soon as possible, project deadline is coming up.

KenzieMac130 commented 2 years ago

The deadline has come and gone already. I'm likely not going to be around to continue giving info on this report. Anyone else having the same issue please pick up in my place.

msgthb commented 1 year ago
  1. Open the ***.uproject file in Notepad (or any text other editor)
  2. Under "Plugins" search for "HoudiniEngine"
  3. Set "Enable" to false

Alternatively move the "HoudiniEngine" plugin folder from ..../UE_5.0/Engine/Plugins/Runtime folder to project's Plugins folder.