Setting Default Parameters for inputs

   1401   2   1
User Avatar
Member
6 posts
Joined: Oct. 2022
Offline
Hello! I would like to be able to set some of these parameters
e.g. Pack Geometry before merging, or changing the "Geometry Input" to be "World Outliner Input"
and set them as default values so any other user that brings in the tool doesn't have to do a "setup ritual" every time to set the right values, and can start using it right away instead.

Attachments:
screenshot_2023-01-24_12-23-26.png (19.1 KB)

User Avatar
Member
118 posts
Joined: Dec. 2013
Offline
When I set up an HDA, I use the Maximum Inputs instead of an Object Merge node. Then it is connected to my network. This is under the Basic Tab->Maximum Inputs. Then go to the Input/Output Tab and the Input 1 Label will be World Outliner Input. This will set the Input inside of Unreal as a World Outliner Input. You could also do the same with Curve, Geometry Input and Asset Input.

https://www.sidefx.com/docs/unreal/_inputs.html#InputCreate [www.sidefx.com]

For the Pack Geometry before merging I have not been successful in getting that to enable either. It should be similar to the Replace Previous Bake attribute it should be unreal_uproperty_PackBeforeMerge as Detail/Integer set to 1.

Edit - In the HoudiniPublicAPIInputTypes.h file is is called bPackBeforeMerge. See this topic for more info on how to access the files. https://www.sidefx.com/forum/topic/84506/ [www.sidefx.com]

Glen
Edited by GlenD - Jan. 26, 2023 04:18:31
User Avatar
Member
6 posts
Joined: Oct. 2022
Offline
Thank you so much GlenD, somehow I missed this documentation. Cheers!
  • Quick Links