Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Sep 22, 2024
1 parent 16278de commit fe77dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/PCGExtendedToolkit/Public/Paths/PCGExPathSolidify.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class /*PCGEXTENDEDTOOLKIT_API*/ UPCGExPathSolidifySettings : public UPCGExPathP

public:
/** If the path is not closed, the last point cannot be solidified, thus it's usually preferable to remove it. */
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta = (PCG_Overridable, EditCondition="!bClosedLoop"))
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta = (PCG_Overridable))
bool bRemoveLastPoint = true;

/** */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class /*PCGEXTENDEDTOOLKIT_API*/ UPCGExPathSplineMeshSettings : public UPCGExPat
EPCGExWeightOutputMode WeightToAttribute = EPCGExWeightOutputMode::NoOutput;

/** The name of the attribute to write asset weight to.*/
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Additional Output", meta=(PCG_Overridable, EditCondition="WeightToAttribute!=EPCGExWeightOutputMode::NoOutput && WeightToAttribute!=EPCGExWeightOutputMode::NormalizedToDensity && WeightToAttribute!=EPCGExWeightOutputMode::NormalizedInvertedToDensity"))
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Additional Outputs", meta=(PCG_Overridable, EditCondition="WeightToAttribute!=EPCGExWeightOutputMode::NoOutput && WeightToAttribute!=EPCGExWeightOutputMode::NormalizedToDensity && WeightToAttribute!=EPCGExWeightOutputMode::NormalizedInvertedToDensity"))
FName WeightAttributeName = "AssetWeight";

/** Specify a list of functions to be called on the target actor after spline mesh creation. Functions need to be parameter-less and with "CallInEditor" flag enabled. */
Expand Down

0 comments on commit fe77dc7

Please sign in to comment.