How to import UE5 project into iOS native project?

In the Project Settings > Platforms > iOS > Build section, there is an experimental feature labeled "Build project as a framework (Experimental).When I selected this option and packaged the project, there was no change. Where is the framework?
As an iOS developer, how to integrate UE5 project into existing iOS project. Just like QQ, there is too little information about putting Unreal Engine into IPA, does anyone know anything about it?

This topic has been moved from International to Platform & Builds: Mobile.

When posting, please review the categories to ensure your topic is posted in the most relevant space. Hopefully, this new category helps you to get an answer.

In the meantime, good luck and happy developing. :slight_smile:

Hello Mtczf,

Two years later and I am trying to do the same, but with a lot of problems.

I have hacked into the IOSAppDelegate code, and was able to overlay a simple view on the UE render view. But this approach is not really manageable.

In the engine source code, there is a BUILD_EMBEDDED_APP macro, which should allow for embedding your game into a IOS view of your own. I have not been able to make it work, bc as soon as I enabled the macro, compiling errors appear.

The experimental feature Build as Framework I do not see a change either.

Marcel.