Skip to content

Commit fec798c

Browse files
committed
Update PCGExModularPartitionByValues.h
1 parent 572d690 commit fec798c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Plugins/PCGExtendedToolkit/Source/PCGExtendedToolkit/Public/Misc/PCGExModularPartitionByValues.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class PCGEXTENDEDTOOLKIT_API UPCGExPartitionRuleProviderSettings : public UPCGEx
5656
* Calculates the distance between two points (inherently a n*n operation)
5757
*/
5858
UCLASS(BlueprintType, ClassGroup = (Procedural), Category="PCGEx|Misc")
59-
class PCGEXTENDEDTOOLKIT_API UPCGExModularPartitionByValuesSettings : public UPCGExPartitionByValuesSettings
59+
class PCGEXTENDEDTOOLKIT_API UPCGExModularPartitionByValuesSettings : public UPCGExPartitionByValuesBaseSettings
6060
{
6161
GENERATED_BODY()
6262

@@ -70,7 +70,4 @@ class PCGEXTENDEDTOOLKIT_API UPCGExModularPartitionByValuesSettings : public UPC
7070
virtual TArray<FPCGPinProperties> InputPinProperties() const override;
7171
virtual bool GetPartitionRules(const FPCGContext* InContext, TArray<FPCGExPartitonRuleDescriptor>& OutRules) const override;
7272

73-
// Hidden
74-
UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Settings, meta = (HideInInspector))
75-
TArray<FPCGExPartitonRuleDescriptor> PartitionRules_Hidden;
7673
};

0 commit comments

Comments
 (0)