Game Engine and Assets Leaks

[UE5] InGame Date and Time

Submitted by unrealstore, , Thread ID: 253659

unrealstore
Junior Member
Level:
8
Reputation:
0
Posts:
57
Likes:
14
Credits:
208
02-11-2022, 05:13 PM
#1
[Image: store_ingamedateandtime_screenshot1-1920...57-png.410]

Ingame Date & Time is a plugin to enable working with a calendar/time system within your game world. You can use the standard calendar, or define your own calendar with custom named periods. For example, in a space game, you could create your own galactic calendar.

The system is suitable for any type of game with a persistent world. It's also ideal as a way of driving graphical time-of-day systems, or other time dependent effects such as dynamic weather or seasonal appearance changes.

- Use built-in standard (Gregorian) calendar, or custom defined calendar.
- Specify times/durations using shorthand text input.
- Add/subtract time and duration values.
- No more scheduling of game events in terms of realtime seconds - work entirely within your game world time system.
- Create blueprint timers, and optionally attach any data to be passed to timer event handler.
- Flexible formatting options makes creating time and date UMG widgets very easy.
- Precise sun position calculation included for Gregorian calendar, taking into account latitude and longitude, ready to plug into a graphical time-of-day system.
- In-game clock respects game pause/time dilation, but can also be paused or modified independently.
- Easily save and load clock state as part of a save game object.
- Options for dynamically adjusting clock speed, or simulating passage of game-world time to reflect realtime passed since game was last saved.
- Network ready - clock runs on server with smoothed client-side ticking.

link:
Content locked
This content has been locked. Please login or register in order to unlock it.

RE: [UE5] InGame Date and Time

AyanGabryl
Novice
Level:
2
Reputation:
0
Posts:
21
Likes:
1
Credits:
69
17-11-2022, 04:22 AM
#2
Thank you, this is very helpful to my game

Users browsing this thread: 1 Guest(s)