Days of the Week

Hi,
Are there any ways of getting days of the week (Monday, Tuesday, etc) in blueprints. If there aren’t any nodes that would specifically allow me to get the days of the week, what would be the best way of achieving it?

Hi,

You can use the blueprints nodes Today or Now to get the current date on your local computer. The Date struct will have lots of information regarding time. You can see all the available blueprints nodes in here. There are available algorithm that you can use to find the you can use to find the day of the week. The answer in this link might help you achieve what you want.

Hope this helps.