Skip to content

Commit

Permalink
- Fixed build errors due to "expression result unused" likely caused …
Browse files Browse the repository at this point in the history
…by a backport issue.
  • Loading branch information
dpernuit committed May 30, 2024
1 parent 0376332 commit cf3302b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ FHoudiniSkeletalMeshTranslator::UpdateBuildSettings(SKBuildSettings & BuildSetti
HAPI_NodeId PartId = INDEX_NONE;

bool bFoundImportScaleAttribute = false;


ShapeMeshHGPO.PartId;
ShapeMeshHGPO.GeoId;

//ImportScale----------------------------------------------------------------------------------------
HAPI_AttributeInfo UnrealSKImportScaleInfo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ TArray<FHoudiniEngineBakedActor> FHoudiniTestContext::BakeSelectedTopNetwork()
UHoudiniPDGAssetLink * PDGAssetLink = HAC->GetPDGAssetLink();

FHoudiniBakedObjectData BakeOutputs;
BakeOutputs;
TArray<FHoudiniEngineBakedActor> BakedActors;

FHoudiniEngineBakeUtils::BakePDGAssetLinkOutputsKeepActors(
Expand Down

0 comments on commit cf3302b

Please sign in to comment.