How do I generate the source code for my Blueprint project?

Hello, I’m new to Unreal Engine development and would like to know how I can get the source code for my project. This project consists of a game, and all its programming was done in Blueprint. I’ve searched several places in several languages, but I can’t find any place that explains how to get the source code for my project.

I believe this is what you’re after:

How can I convert a blueprint project to C++ project in ue5? - Development / Programming & Scripting - Epic Developer Community Forums

Tools → New C++ file.
This will add source code to your project.

there is also this An Overview of the Blueprint Header View in Unreal Engine | Unreal Engine 5.6 Documentation | Epic Developer Community