hey , ive made a map with a day/night cycle , does anyone knows if its possible to somehow make the lights turn on when its starting to get dark? thanks for the help
hey , ive made a map with a day/night cycle , does anyone knows if its possible to somehow make the lights turn on when its starting to get dark? thanks for the help
You are going to need to make a blueprint. If you don't have any experience with them yet, I recommend that you watch the tutorials on blueprints on the Unreal Engine youtube. I know how to set it up so a light can be triggered, however I'm not entirely certain how to feed time of day data into a blueprint, but I'm sure it can be done.
Replies
You are going to need to make a blueprint. If you don't have any experience with them yet, I recommend that you watch the tutorials on blueprints on the Unreal Engine youtube. I know how to set it up so a light can be triggered, however I'm not entirely certain how to feed time of day data into a blueprint, but I'm sure it can be done.
https://wiki.unrealengine.com/Tutorial:_Time_of_Day
at the end it tells you how to make it check for night/day and you can blueprint trigger lights to that