Skip to content

Commit 464d239

Browse files
committed
remove StructUtils reference from UE 5.5
1 parent 3762a5c commit 464d239

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Source/Flow/Flow.Build.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ public Flow(ReadOnlyTargetRules target) : base(target)
1111
PublicDependencyModuleNames.AddRange(new[]
1212
{
1313
"LevelSequence",
14+
#if UE_5_4_OR_EARLIER
1415
"StructUtils",
16+
#endif
1517
});
1618

1719
PrivateDependencyModuleNames.AddRange(new[]

Source/FlowEditor/FlowEditor.Build.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ public FlowEditor(ReadOnlyTargetRules target) : base(target)
5959
"Slate",
6060
"SlateCore",
6161
"SourceControl",
62+
#if UE_5_4_OR_EARLIER
6263
"StructUtils",
64+
#endif
6365
"ToolMenus",
6466
"UnrealEd"
6567
});

0 commit comments

Comments
 (0)