Adding an Actor class to plugin?

I think a more appropriate answer would be: open Unreal Editor, go to File → New C++ Class, choose the base class and hit Next, and change the module (the dropdown just right of the class name) to your plugin.

I suppose the plugin must reside in the project folder for this to work though (not in the engine folder).

3 Likes