From 14ad88f85e3d93e2e96f322dbde27d47e75d7667 Mon Sep 17 00:00:00 2001 From: Scott Courtney Date: Thu, 26 Jun 2025 00:00:03 -0400 Subject: [PATCH] Syscrusher: Add required constructor arg to fix Linux build --- .../Public/Graph/PCGExClusterToZoneGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())