eetu
2020年11月26日 11:03:49
decksounds
I second the question eramos10 asks, is there a way to use this in 4.26 or do we have to wait for the final release?
I asked the same thing from support and received the following:
As usual, the 4.26 version of the plugins (both v2 and v1) will be available a few days after the release.
Currently, source code for the master branch of Unreal (4.27) is available on the v2 git repo.
It might work with 4.26, though I can't guarantee that since master is a little more recent than 4.26 prev7.
HaagNDaaz
2020年12月2日 14:00:52
I am having trouble with my asset working correctly in Houdini, but not cooking correctly in Unreal with the V2 plugin. My level artist is also experiencing this, and it is quite frustrating. Attached the HDALC files (uses curve inputs in Unreal) and some screenshots. We are using Unreal 4.25. Sometimes the road gets messed up, sometimes the buildings, but in both cases, I cant reproduce it in Houdini proper! Hard to debug when the outputs are so different between HE and Houdini. Anyone have any thoughts/ideas?
Image Not Found
Image Not Found
Image Not Found
eramos10
2020年12月4日 01:48:41
I'm checking back into this thread to say that I attempted to build the plugin with the release branch today because of the 4.26 launch (finally, woooo!). I was able to get everything up and running through Visual Studio but still can't seem to get a version of the plugin working with the official release of 4.26 from the launcher. I tried packaging the plugin from my built-from-source engine version and then copy and pasting the folder into the Runtime engine folder. This…didn't work

.
Anybody else have any luck?
Erwin Heyms
2020年12月4日 04:45:23
Will V2 get access to fproperty attributes on unreal instances, so we can set different material instance settings per instance without having to instantiate entirely different meshes? at least If I understand it correctly the newest version of unreal allows for this.
eramos10
2020年12月8日 13:30:39
Finally success getting this into the launcher version of 4.26 after compiling the 18.0.532 source. The fabulous folks at SideFX Support clued me onto what I was missing. After compiling the plugin with Visual Studio and copying it to the Runtime Plugins folder of my launcher engine I needed to do this step:
The default build of unreal uses a specific build ID, but when building from source, that build id is a custom GUID (even if the sources are the default release).
So, despite the fact that you used the release 4.26 source code, your plugin binaries are using a custom GUID, that does not match the vanilla 4.26 ID, which causes the error.
This can be easily resolved by editing one file:
in your compiled binaries folder, there will be a “UE4Editor.modules” file, edit it
you'll have a line in it, that should be something like
“BuildId”: “ac9dadea-2489-4674-bb6c-fedfd793b499”,
that's your custom GUID, you actually want to change that to use the 4.26 release build ID.
“BuildId”: “14830424”,
Save the file, and you should be able to use the plugins binaries with the “vanilla” 4.26. (no need to recompile).
Maybe this is a rookie mistake, but it had me pulling my hair out! Anyway big thanks to the support team.
GreyDesigns
2020年12月12日 11:08:10
It seems that the 'Geometry Scaling and Import' settings from the documentation are missing from V2 (not sure about V1) - This means I cant undo the axis conversion from Y to Z when using Z as up axis in Houdini - am I missing something obvious or is this actually an issue? Thanks!
https://www.sidefx.com/docs/unreal/_settings.html#SettingImport [
www.sidefx.com]
YahyaNawir
2020年12月13日 06:46:32
I have installed the unreal engine 4.26, and houdinifx 18.5.408. but I dont know how to enable houdini plugin for unreal engine, I have followed the instruction but not working.
eetu
2020年12月13日 09:07:29
YahyaNawir
I have installed the unreal engine 4.26, and houdinifx 18.5.408. but I dont know how to enable houdini plugin for unreal engine, I have followed the instruction but not working.
There seems to be an initial version at
https://github.com/sideeffects/HoudiniEngineForUnreal-v2/tree/Houdini18.5-4.26 [
github.com]
YahyaNawir
2020年12月13日 11:05:10
eetu
YahyaNawir
I have installed the unreal engine 4.26, and houdinifx 18.5.408. but I dont know how to enable houdini plugin for unreal engine, I have followed the instruction but not working.
There seems to be an initial version at https://github.com/sideeffects/HoudiniEngineForUnreal-v2/tree/Houdini18.5-4.26 [github.com]
I followed "Installing the plugin" section, and got this info
YahyaNawir
2020年12月13日 19:06:33
YahyaNawir
eetu
YahyaNawir
I have installed the unreal engine 4.26, and houdinifx 18.5.408. but I dont know how to enable houdini plugin for unreal engine, I have followed the instruction but not working.
There seems to be an initial version at https://github.com/sideeffects/HoudiniEngineForUnreal-v2/tree/Houdini18.5-4.26 [github.com]
I followed "Installing the plugin" section, and got this info
I just now installed the daily build 18.5.425 and it is working with unreal 4.26
proGlammer
2020年12月16日 23:40:47
are there plans to add support for the new 4.26 water system? I'm currently buildng my own geometry in houdini but it would be nice to be able to output the curve that generates the rivers/lakes in unreal.
inversionstudio
2020年12月17日 13:09:08
Hi guys, im having the same issue.
Trying to install 4.26 houdini engine for UE4 from github (houdini18.5-4.26 binary build) following these instructions from the github installation:
Installing the plugin
Download the pre-built binaries of the plugin in the "Releases" section of this repository.
Extract the "HoudiniEngine" folder in the release to the "Plugins/Runtime" folder of Unreal. You can install the plugin either directly in the engine folder (in "Engine/Plugins/Runtime/HoudiniEngine") or in your project folder (in "Plugins/Runtime/HoudiniEngine").
Start Unreal Engine, open the Plug-ins menu and make sure to enable the HoudiniEngine v2 plug-in (in the Rendering section). Restart UE4 if you had to enable it......and gettting the following error when launching UE 4.26:

Any ideas?
dpernuit
2020年12月17日 13:47:34
You're getting this error likely because the binaries you're using were not built for UE4.26, or because you just have the source code.
As Beta2 was released before UE4.26, the binaries currently available on the git repo's release page are only for 4.24 / 4.25.
You can download the source code for the 4.26 plugin, but that would require you to build the plugin from source, or you'd get this "missing module" error.
What I'd recommend, is that you get the latest daily H18.5 build.
You'll find the 4.26-v2 plugin under the engine subfolder of your Houdini install directory.
Copy the HoudiniEngine folder to UE4.26's Engine/Plugin/Runtime folder, and you should be good.
inversionstudio
2020年12月17日 14:05:32
Thanks for the reply dpernit, but the latest production build of houdini (18.5.408) only has 4.25-v2 unreal engine plugin.
Is this the right version that I need to cop and paste across?
dpernuit
2020年12月17日 14:08:44
The latest daily build, not production build

The prod build didn't have the 4.26 plugin.
inversionstudio
2020年12月17日 15:33:08
Legend sir....it works.....now I just need to test my HDA's

Many Thanks
names_are_useless
2020年12月31日 14:12:16
Are you developing your Houdini Plugin to work with v4.26?
JanKrocak
2021年1月3日 00:28:49
Hi,
unfortunately I can't find the daily build 18.5.425 in my betas list at Steam. The latest one I can install is 18.5.408 Python 3. Is it available for Steam and I am just doing something wrong or do I need to wait for the update please? Thank you.
dpernuit
2021年1月4日 19:15:55
Hi,
@JanKrocak: You should be able to see the daily_185/daily_185_py3 branches on steam, they should be on the latest daily (18.5.446 currently)
@Epoch: Yes, we do have a 4.26 version on the plugin, it is currently available in the daily builds as UE4.26 released after our last production build.
JanKrocak
2021年1月5日 13:45:39
Thank you! Yes I found it in the end and works great.