How can I convert a blueprint project to C++ project in ue5?

image

4 Likes

Just add a C++ class to a pure blueprint project and all the needed files to build in C++ will be automatically added, included links to tools like your favorite IDE in UE editor Menu’s.
Reverse is not easily doable (going from a C++ project to a pure blueprint project) and not really interesting (IMO)

3 Likes

In ue4 i can click “New C++ Class” with path File->New C++ Class to create a C++ class ,but I can’t find same buttom in ue5

1 Like

All the C++ features have moved to the tools menu in UE5

20 Likes

Thank you! Why was it so hard to find this answer :smiling_face_with_tear:

5 Likes

Is there a quick way to convert blueprint files in ue5 into C++code? In ue4, I can achieve this by converting to C++files through File Developer Options, but I cannot find it in ue5

试试 Tools->C++ Header Preview?

its ez, tools->C++ header preview->choose ur blueprint class