Convert a Blueprint Class to a C++ Class

Hi!Guys.
I’d like to know if there have a way to convert a BP class to a pure C++ class(i want to see in the VS) so that i can see the detail of a BP class.

Look at the engine source if you want to see what the built in BP classes are doing.

in 4.19, Open your blue print , File->Developer. click it. “C++ -> generate native code”

thanks very much!!

thanks! i have solved!