I can create lights without problem inside editor using a custom plugin.
Ie a * ADirectionalLight* * but after being created and all the wanted params set I still need to move it or change any param to make it work properly on the viewport
I tested something like
createdLight->UpdateComponentTransforms();
But I had no luck, any thought on this?
Thank you in advance.