We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3762a5c commit 464d239Copy full SHA for 464d239
Source/Flow/Flow.Build.cs
@@ -11,7 +11,9 @@ public Flow(ReadOnlyTargetRules target) : base(target)
11
PublicDependencyModuleNames.AddRange(new[]
12
{
13
"LevelSequence",
14
+#if UE_5_4_OR_EARLIER
15
"StructUtils",
16
+#endif
17
});
18
19
PrivateDependencyModuleNames.AddRange(new[]
Source/FlowEditor/FlowEditor.Build.cs
@@ -59,7 +59,9 @@ public FlowEditor(ReadOnlyTargetRules target) : base(target)
59
"Slate",
60
"SlateCore",
61
"SourceControl",
62
63
64
65
"ToolMenus",
66
"UnrealEd"
67
0 commit comments