Accessing the properties of the Houdini Asset Component

   2049   1   1
User Avatar
Member
4 posts
Joined: 4月 2020
Offline
Hey guys,

Im trying to access to the “bake blueprint” button from code in the UE4 plugin (either C++ or Python), I was looking at the reflection system and the houdini component isn't expose to the API. Any hints on how to get access to it, it isnt listed in the actor's component set?

Also would be wonderful to have access to the parameters that are exposed from the HDA. Is it even possible?



Thanks!
Juan
User Avatar
Member
4 posts
Joined: 4月 2020
Offline
Just found it. In case someone else is interested, it's exposed in the API as a static method. Also it can be accessed through the commands. It's possible to modify the parameter as well with the HoudiniComponentAsset. It has to be done with Cpp or at least I didn't find anything exposed to Python.
  • Quick Links