File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ public Flow(ReadOnlyTargetRules target) : base(target)
1010
1111 PublicDependencyModuleNames . AddRange ( new [ ]
1212 {
13- "LevelSequence" ,
14- #if UE_5_4_OR_EARLIER
15- "StructUtils" ,
16- #endif
13+ "LevelSequence"
1714 } ) ;
15+
16+ #if UE_5_4_OR_EARLIER
17+ PublicDependencyModuleNames . AddRange ( "StructUtils" ) ;
18+ #endif
1819
1920 PrivateDependencyModuleNames . AddRange ( new [ ]
2021 {
Original file line number Diff line number Diff line change @@ -59,11 +59,12 @@ public FlowEditor(ReadOnlyTargetRules target) : base(target)
5959 "Slate" ,
6060 "SlateCore" ,
6161 "SourceControl" ,
62- #if UE_5_4_OR_EARLIER
63- "StructUtils" ,
64- #endif
6562 "ToolMenus" ,
6663 "UnrealEd"
6764 } ) ;
65+
66+ #if UE_5_4_OR_EARLIER
67+ PrivateDependencyModuleNames . AddRange ( "StructUtils" ) ;
68+ #endif
6869 }
6970}
You can’t perform that action at this time.
0 commit comments