Skip to content

Commit 466d8b2

Browse files
committed
Merge Cells update
1 parent cca3432 commit 466d8b2

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
2.41 KB
Binary file not shown.
-30.6 KB
Binary file not shown.

PCGExtendedToolkit.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "0.70.6",
4+
"VersionName": "0.70.7",
55
"FriendlyName": "PCGExtendedToolkit",
66
"Description": "A rather large toolset that expand on existing PCG capabilities in unique ways.",
77
"Category": "PCG",

Source/PCGExtendedToolkit/Public/Data/Blending/PCGExBlendOpFactoryProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct PCGEXTENDEDTOOLKIT_API FPCGExAttributeBlendConfig
110110
bool bRequiresWeight = false;
111111

112112
/** BlendMode */
113-
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_NotOverridable))
113+
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable))
114114
EPCGExABBlendingType BlendMode = EPCGExABBlendingType::Average;
115115

116116
/** Operand A. */

Source/PCGExtendedToolkit/Public/Sampling/PCGExSampleInsidePath.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ class UPCGExSampleInsidePathSettings : public UPCGExPointsProcessorSettings
7575
EPCGExSampleMethod SampleMethod = EPCGExSampleMethod::WithinRange;
7676

7777
/** If enabled, will always sample points if they lie inside, even if further away from the edges than the specified max range. */
78-
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Sampling", meta=(PCG_NotOverridable))
78+
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Sampling", meta=(PCG_Overridable))
7979
bool bAlwaysSampleWhenInside = true;
8080

8181
/** If enabled, will only sample paths if the point lies inside */
82-
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Sampling", meta=(PCG_NotOverridable))
82+
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Settings|Sampling", meta=(PCG_Overridable))
8383
bool bOnlySampleWhenInside = true;
8484

8585
/** Sort direction */

0 commit comments

Comments
 (0)