vinyvince
2022年4月13日 08:49:53
I found a way, using the end tab group and be sure i delete and reimport totally the HDA not to screw the unreal interface
vinyvince
2022年4月16日 17:55:16
Is there any way, unreal tag to force unreal to have all folders collapsed by default?
When i try the prebuilt tag with group, that has no effect in Unreal
Cheers
xanterIgor
2022年6月15日 14:00:13
Hello! When will the plugin version for UE5.02 be released and will it be released at all? Houdini 19.0.383
dpernuit
2022年6月17日 13:14:51
Hi,
Third-digit versions of unreal don't matter for plugin compatibility, so the UE5.0 plugin available in the current production build (H19.0.622) is compatible with 5.0.2.
BjornStellarEntertainment
2022年6月29日 03:39:49
TRex92
Does anyone know how to set the autobake property on a houdini asset component to be on by default in unreal. I tried setting i@unreal_uproperty_autobake = 1; I also tried just using i@AutoBake and i@Auto_Bake to 1, but that doesn't seem to work either.
For anyone else that is interested I found the solution is:
To set Autobake on by default:
i@unreal_uproperty_bBakeAfterNextCook = 1;
To set replace previous bake on by default:
i@unreal_uproperty_bReplacePreviousBake = 1;
Will the docs be getting an update to include some of these names for parameters on the Houdini asset?
Great tip, thank you @TRex92
BjornStellarEntertainment
2022年6月29日 03:41:10
vinyvince
Is there any way, unreal tag to force unreal to have all folders collapsed by default?
When i try the prebuilt tag with group, that has no effect in Unreal
Cheers
Any news on this one? Would be nice to find a way to clean the HDA interface in UE, 95% of the options/buttons don't need to be exposed.
BlueTwelveStudio
2022年9月22日 04:45:47
Hello,
I've got an issue using curve in "Editable Nodes" of my HDA.
I use a curve SOP (and not Curve2.0).
And I can't see or Edit the curve in Unreal 5.0.
I use Houdini Core 19.5.303 and Unreal 5.0.3
Cheers,
Mathieu
f4xc0rp
2022年12月2日 09:18:22
Please do any kind of way to do landscape splines. Or does anyone know you can convert unreal spline components to landscape splines? Thanks
nbjsargent
2023年2月9日 10:18:05
Are Field, and Multi Selection Menus still not supported for Houdini Engine?
Currently, I can use menu Scripts to generate menu items for these menus dynamically. Now I'd just like to use these types of menus with Houdini Engine.