Hello,
I’m currently on a little project of mine that requires creating a star system. However I’m still a beginner in blueprint and C++ and I do not completely understand how to make a omnidirectional light that shines from the sun on the different objects and spheres rotating around this sun.
Hey there @Survival20! Welcome to the community! So a star system is rarely a little project if you mean to be large scale, however at a smaller diorama basic point lights and emissive materials for your star are totally fine. However if you were trying to make a super massive scale star system you’ll be hard pressed to get point lights with shadows at that scale.
Thanks for your answer. What I did was to rotate the directional light according to the player and the sun. Certainly not the best of things to do, but it’s fine for what I want to do.