Skip to content

Commit 2d54a96

Browse files
committed
Fixed an issue where changing the number of inputs in an HDA would not be reflected in the PCG Graph.
1 parent d9e5534 commit 2d54a96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/HoudiniEngine/Private/HoudiniPCGNode.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void UHoudiniPCGSettings::SetupCookable()
7171

7272
void UHoudiniPCGSettings::OnParameterCookableInitialized()
7373
{
74+
PopulateInputsAndOutputs();
7475
ForceRefreshUI();
7576
}
7677

@@ -213,6 +214,7 @@ void RefreshDetailsForObject(UObject* TargetObject)
213214

214215
void UHoudiniPCGSettings::OnParameterCookableCooked()
215216
{
217+
PopulateInputsAndOutputs();
216218
ForceRefreshUI();
217219
}
218220

0 commit comments

Comments
 (0)