sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

[Feature Request] Expose Min/Max Values for Parameters in the Houdini Public API #165

Open blhook opened 2 years ago

blhook commented 2 years ago

Currently, the Public API side of the plugin allows users to pull in the parameters that have been set by the pre-baked HDA; however, none of these parameters have context as to how to actually set them programmatically outside of their variable type. From a programmatic standpoint, this is a huge pain point, as it is impossible to identify between an int that should only be between 0-10 and one that should be between 0-100, causing radical problems when randomizing the parameters.

For this feature request, it would be exposing a new API that can allow the user to pull in the internal min/max (or list-range if dropdown) of an exposed parameter through the Houdini Public API.