彭杰 彭
pj1767137127
About Me
Expertise
Not Specified
Location
Not Specified
Website
Connect
Recent Forum Posts
HDA multi-output problem March 29, 2021, 4:15 a.m.
```
FHoudiniApi::ConnectNodeInput(
FHoudiniEngine::Get().GetSession(),
HDA2.NodeID, 0, NodeID, 1);
```
Hello everyone, why is it invalid to use HoudiniAPI to connect the second output of HDA? The document shows that multiple outputs can be connected
FHoudiniApi::ConnectNodeInput(
FHoudiniEngine::Get().GetSession(),
HDA2.NodeID, 0, NodeID, 1);
```
Hello everyone, why is it invalid to use HoudiniAPI to connect the second output of HDA? The document shows that multiple outputs can be connected