Skip to content

Sequencer - Use of editor as dependency in non-editor targets #21

@mateuszwojt

Description

@mateuszwojt

I'm building the plugin using command-line tools (UAT) for "reasons", which unfortunately triggers a lot of errors and warnings. This doesn't happen when compiling with Visual Studio

In my case, the build fails because the StableDiffusionSequencer module is using UnrealEd as one of the dependencies, even though it's a runtime module. I'm getting the following error:

Unable to instantiate module 'UnrealEd': Unable to instantiate UnrealEd module for non-editor targets.
(referenced via Target -> StableDiffusionSequencer.Build.cs)

My workaround was changing it from Runtime to the deprecated Developer type, but this is not ideal of course. I'm not sure what should be the correct approach here. I found that issue in some other plugins, like DLSS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions