diff --git a/Source/PCGExtendedToolkitZoneGraph/Public/Graph/PCGExClusterToZoneGraph.h b/Source/PCGExtendedToolkitZoneGraph/Public/Graph/PCGExClusterToZoneGraph.h index 291ded2..d577c4f 100644 --- a/Source/PCGExtendedToolkitZoneGraph/Public/Graph/PCGExClusterToZoneGraph.h +++ b/Source/PCGExtendedToolkitZoneGraph/Public/Graph/PCGExClusterToZoneGraph.h @@ -22,7 +22,7 @@ class UPCGExClusterToZoneGraphSettings : public UPCGExEdgesProcessorSettings public: #if WITH_EDITOR - UPCGExClusterToZoneGraphSettings() { + UPCGExClusterToZoneGraphSettings(const FVTableHelper& Helper) { if (const UZoneGraphSettings* ZoneGraphSettings = GetDefault()) { if (const FZoneLaneProfile* NewLaneProfile = ZoneGraphSettings->GetDefaultLaneProfile())