Switch lights based on Time of day from a custom blueprint?
Will try to keep things short,
I am using the 'Ultra_Dynamic_Sky_BP' which is a custom Sky BP. The 'Time of the Day' is stored in a variable with values varying from 0000 to 2400. I need to toggle lights between a certain time frame. So i am trying to fetch the "Time Of the day" value from Sky BP to the Light BP. All tutorials on Blueprint comm and Interface couldnt help with a solution.
Currently I am using a custom function 'CE Light' to fetch the value from Sky BP to Light BP. Then using Boolean functions to satisfy the conditions and pass to the multi gate for material change of the light.!
Please help. Excuse if its a Noob Ques.
Will try to keep things short,
I am using the 'Ultra_Dynamic_Sky_BP' which is a custom Sky BP. The 'Time of the Day' is stored in a variable with values varying from 0000 to 2400. I need to toggle lights between a certain time frame. So i am trying to fetch the "Time Of the day" value from Sky BP to the Light BP. All tutorials on Blueprint comm and Interface couldnt help with a solution.
Currently I am using a custom function 'CE Light' to fetch the value from Sky BP to Light BP. Then using Boolean functions to satisfy the conditions and pass to the multi gate for material change of the light.!
Please help. Excuse if its a Noob Ques.
Comment