View in #houdini on Slack
@Rune_Wangen: Hey, Iām trying to make sense of exporting HDA to UE4. Iāve got it working one time, with lots of messages I donāt understand, but now Iām stuck not being able to get Houdini to export a new parameter I added. For some reason the other ones seem locked now, and this one doesnāt show up in the asset properties.
@bob.w: I honestly donāt know anything about the UE4 side of things. But Iād double check that youāve saved the HDA with the updated parameters, (re-imported in UE4 if thatās a thing). Double check that isnāt flagged as hidden, is enabled, and doesnāt have a conditional state
@Rune_Wangen: It seems to be a problem at the Houdini side, because the parameter I want to include is missing when I look at the asset properties in Houdini, but itās present (but the only one not locked) when looking at the parameter interface for my node
@bob.w: weird
@volantk: Now that itās an HDA, are you still editing it in āEdit Parameter Interfaceā or are you in the āType Propertiesā window?
@Rune_Wangen: Iāve added the new parameter in the parameter interface window, not in the type properties
(and itās missing from type properties)
@volantk: Thatās it then For HDAs you need to use Type Properties to actually make changes to the HDA. āEdit Parameter Interfaceā is just adding things to the instance of the node in the network, not to the underlying HDA, as far as I understand it.
@Rune_Wangen: Aaaaah
Thanks, will try that
@bob.w: Okay, yeah that makes sense.
@Rune_Wangen: One more thing, I get this message all the time. I donāt really understand what itās about.
@volantk: Have you removed the old leg_width parameter? It means that some nodes have had their parameters modified through Edit Parameter Interface
What does Show Details say?
@Rune_Wangen: Iām not sure if I explicitly did, but the param interface looks ādefaultā now, all are locked. I think I had this message the first time I exported the HDA as well (and the woman in the tutorial I followed also did, but she shrugged it off).
Show Details just pointed to the subnet that Iām using as my HDA
I reverted the layout, and allās good now at least!