Skip to content

Commit

Permalink
Initialize unitialized property.
Browse files Browse the repository at this point in the history
  • Loading branch information
andys-sidefx committed Sep 27, 2023
1 parent eb1dd9b commit dbcf12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/HoudiniEngineRuntime/Private/HoudiniInputTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ FHoudiniInputObjectSettings::FHoudiniInputObjectSettings()
, bLandscapeSplinesExportLeftRightCurves(false)
, bLandscapeSplinesExportSplineMeshComponents(false)
, bMergeSplineMeshComponents(true)
, bExportPerEditLayerData(false)
{
UHoudiniRuntimeSettings const* const HoudiniRuntimeSettings = GetDefault<UHoudiniRuntimeSettings>();
if (IsValid(HoudiniRuntimeSettings))
Expand Down

0 comments on commit dbcf12c

Please sign in to comment.