Get All Light Sources?

Hi RedDwarf,

in Blueprint you can use [Get All Actors of Class][1] node filtered by Directional Light Actors class.

If you want to find DirectionalLightComponents added in user defined Blueprint classes you’ll need to build a more complex script with Get All Actors of Class filtered on actor then find directionnal components in each one.

1 Like