Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoBake for HDA generated in blueprint (Process HDA node) is not working #265

Open
KeyToon9 opened this issue Aug 17, 2023 · 1 comment

Comments

@KeyToon9
Copy link

AutoBake for HDA generated in blueprint (Process HDA node) cannot be executed

b3d18bb#r124751954

@Evianaive
Copy link

The bool input of Process HDA node and the other node that can create HDA only set the bool value on Houdini Asset Component without binding delegate. You can check the code of HoudiniAssetComponent UI. It calls FHoudiniEngineDetails::OnBakeAfterCookChangedHelper, which will directly let the manager bake HDA after cook. So what you need to do is adding this piece of code to UHoudiniPublicAPIAssetWrapper::SetAutoBakeEnabled_Implementation if you can compile the plugin youself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants