Skip to content

Commit aad76de

Browse files
committed
Lean transform settings update
1 parent f6874e3 commit aad76de

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

15.5 KB
Binary file not shown.

Plugins/PCGExtendedToolkit/Source/PCGExtendedToolkit/Public/PCGExFitting.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,19 +373,19 @@ struct /*PCGEXTENDEDTOOLKIT_API*/ FPCGExTransformDetails : public FPCGExFittingD
373373
};
374374

375375
USTRUCT(BlueprintType)
376-
struct /*PCGEXTENDEDTOOLKIT_API*/ FPCGExLeanTransformDetails : public FPCGExFittingDetailsHandler
376+
struct /*PCGEXTENDEDTOOLKIT_API*/ FPCGExLeanTransformDetails
377377
{
378378
GENERATED_BODY()
379379

380380
explicit FPCGExLeanTransformDetails()
381381
{
382382
}
383383

384-
/** If enabled, copied point will be scaled by the target' scale. */
385-
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable, DisplayAfter="Justification"))
384+
/** If enabled, point will be scaled by the target' scale. */
385+
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable))
386386
bool bInheritScale = false;
387387

388-
/** If enabled, copied points will be rotated by the target' rotation. */
389-
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable, DisplayAfter="bInheritScale"))
388+
/** If enabled, points will be rotated by the target' rotation. */
389+
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable))
390390
bool bInheritRotation = false;
391391
};

0 commit comments

Comments
 (0)