Can you link a Web App to a native Unreal 5 App?

Hello Forum, I am not sure if I used the right category for this. Please forgive me if not :slight_smile: I am new to Unreal and also not that much of a software architect… My question is the following:

Is it generally possible to create an interface between a Web Application and a native Unreal 5 Application? The functionality would need to look something like this…

  • Web App where you can create 3D Models
  • Pressing an “export to Unreal” button in this Web App
  • A Unreal 5 Application getting started (after some time) when pressing this button
  • The 3D Model created on the Web is displayed in a predefined Scene in the Unreal App (So lighting and other environment settings should be pre-defined and always the same for every Model you are importing)

Is this type of implementation possible? I am not much of a techy, but I guess some sort of interface for the automated communication between the web app and Unreal would be needed.

Thank you for your time <3