File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ public FlowEditor(ReadOnlyTargetRules target) : base(target)
1818 "AssetSearch" ,
1919 "EditorSubsystem" ,
2020 "Flow" ,
21- "MessageLog" ,
22- "AIModule" , // For BlueprintNodeHelpers::DescribeProperty (could be copy/pasted out to remove editor-only dependency)
23- "EngineAssetDefinitions" , // For UAssetDefinition_Blueprint
21+ "MessageLog"
2422 } ) ;
2523
2624 PrivateDependencyModuleNames . AddRange ( new [ ]
2725 {
26+ "AIModule" , // For BlueprintNodeHelpers::DescribeProperty (could be copy/pasted out to remove editor-only dependency)
2827 "ApplicationCore" ,
2928 "AssetDefinition" ,
3029 "AssetTools" ,
@@ -39,6 +38,7 @@ public FlowEditor(ReadOnlyTargetRules target) : base(target)
3938 "EditorScriptingUtilities" ,
4039 "EditorStyle" ,
4140 "Engine" ,
41+ "EngineAssetDefinitions" ,
4242 "GraphEditor" ,
4343 "GameplayTags" ,
4444 "InputCore" ,
You can’t perform that action at this time.
0 commit comments