I am new to Unreal. I am trying to create a very simple plugin.I have followed the following steps till now.
Unreal-> New C++ project (PluginMaker)
Edit->New Plugin->Blank plugin (File Search)
Create C++ class inside plugin (MyClass)
The screenshot is attached. I cannot see the output in the output log in my Editor. But the project builds fine. Does anyone know if I have to do anymore work to get the plugin to print a message in output log.