Delete C++ class is disabled in unreal 5

Tried to delete a c++ class but the delete option is grayed out , why ?

You can’t delete C++ classes from the editor as they are compiled, they are part of the game code (.dll) the editor has loaded. You would need to delete the C++ code and recompile.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms