JetBrains / RiderSourceCodeAccess

Plugin for UE4 to user Rider for Unreal Engine as code editor
Apache License 2.0
110 stars 21 forks source link

Fix dependency on EditorFramework module for UE4.27 and older #27

Closed hellg1 closed 1 year ago

hellg1 commented 1 year ago

Dependency on EditorFramework module is required for UE5, but having project on UE4 nothing works due to this module doesn't exist in UE4 distributions, so we need to check whether we're using UE5 or not

hellg1 commented 1 year ago

Originally issue came from https://youtrack.jetbrains.com/issue/RIDER-84317, configurations that have target type "Editor" are not generated at all