how to access houdini asset parameters in unreal engine?

   6434   3   2
User Avatar
Member
3 posts
Joined: Aug. 2013
Offline
how to access houdini's asset parameters in unreal engine?
I want to get/set parameters with c++ or blueprint.
please~~
User Avatar
Member
453 posts
Joined: Feb. 2013
Offline
Disclaimer: I might be wrong on any of the following:

The current Houdini Engine implementation does not evaluate Digital Assets at run-time. It is rather used to bake out things. So I doubt you would get much out of controlling the HDA via code. On the upside, you can bake some things from an HDA directly to blueprints with Houdini Engine in Unreal.

Aside from that I am not sure you can control an HDA from C++ or Blueprints in Unreal.
User Avatar
Member
3 posts
Joined: Aug. 2013
Offline
thank you so much
User Avatar
Member
173 posts
Joined: April 2014
Offline
You would have to modify plugin code. The way to do this would be to create Houdini actor (which has Houdini component) and manipulate parameter functions on the component. But like DASD said, there's no direct way of doing it.
  • Quick Links