moving blueprint code to c++

i have an assignemnt where i have made a inventory in blueprint and the assignment is about moving the blueprint code to c++ pretty much, im not sure how i should do to move blueprint code to c++. is it almost like looking on the blueprint code and trying to make the same with c++ code or is it different?

when trying to move blueprint code to c++, should i think of the c++ code as the inventorycomponent or the ui?

Hi emir143,

Think of it in the same way, so it will still be an inventory component, just in c++.

Yes read the blueprint and work out it’s logic, and then reproduce that in c++.

There are some good tutorials on the net about it, here’s a good starting video:

epic made blueprints without converting them to c++ in mind

sorry, i dont understand what do you mean?

ahh ok, thank you

1 Like

You can’t just convert Blueprint to C++, you have to reformat and rewrite it

oh i see