Mehmet Hazar Artuner

Hazart

About Me

EXPERTISE
Hobbyist
INDUSTRY
Gamedev

Connect

LOCATION
Turkey
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Using custom global settings inside Unreal engine Feb. 11, 2023, 4:02 p.m.

I found a solution and it works fine. I created a new HDA called Global_Settings. Inside this HDA, I created custom parameters which represents my global settings. Then I created "detail" attributes inside the Global_Settings hda to map the parameters to detail attributes. At the end, I created Global_Settings hda instance where I need to use these global settings. It works great and I'll go with that. I'll not change the settings per instance, instead, I'll update the hda itself. On the other hand, I'm also open to better workflows.

Using custom global settings inside Unreal engine Feb. 11, 2023, 1:03 p.m.

Hi,

I'm working on a personal project which is about creating a village environment. In this project I create a hda file per each different house. Each house have some common settings and some uniques settings. To manage the common settings I created a geometry node inside the root of the /obj graph and I use this object as reference to my hda file. But when I use one of the hda inside the Unreal engine, I guess it loses the reference to the global setting object that I defined and it doesn't work inside Unreal engine. So, my question is, what is the proper workflow for this case. How do you manage your common settings from Houdini to Unreal?

Note: In my global settings object I created an Attribute wrangle node to dynamically manage the variables because I also have two different design settings for the houses and I can switch between them easily by this way. So, the solution would be good if it is support dynamic variable definition.

Can't access to the custom attribute from group node. July 9, 2022, 9:31 a.m.

Hi Digipiction,

Thank you so much for your very detailed answer and tips. Especially the first and the last code samples caught my attention. To really understand the first code I started to study trigonometry again, I have very limited knowledge of trigonometry and whenever I see something like the code you wrote I get confused and I notice that I have to study it. Your post gave me a motivation to start learning trigonometry again Thank you so much. I'll try your code samples.