Skip to content

Commit

Permalink
Enable plugin requirement EngineAssetDefinitions it relies on (#252)
Browse files Browse the repository at this point in the history
```Warning: Plugin 'Flow' does not list plugin 'EngineAssetDefinitions' as a dependency, but module 'FlowEditor' depends on module 'EngineAssetDefinitions'.```
  • Loading branch information
Ryan-DowlingSoka authored Dec 19, 2024
1 parent e31c042 commit 8e41a37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Flow.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "EngineAssetDefinitions",
"Enabled": true
},
{
"Name": "StructUtils",
"Enabled": true
}
]
}
}

0 comments on commit 8e41a37

Please sign in to comment.