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)

2 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

17 Likes

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

5 Likes