Is it possible to get a reference to an existing Direction Light in your scene , from within a Construction script?
If it is can someone point me to a reference or tutorial?
Trying to create an effect that depends on the light direction and works without PIE mode.
Yes, it’s possible.
Yes, you can create a variable in the blueprint, make it Instance Editable, and set it to the desired actor. There are other ways to do it, but this is probably the best.
Obvious solution, but was eluding me. Thanks!