Construction script: instancing a class variable

I am trying to instantiate a class object (Point Light if it matters).
The idea is that my blueprint is a light + stuff, and I want the light to be configurable externally.

However, I can’t seem to find any action that actually creates an object out of a class of that object, is this possible?