How to get the Current Date in Unreal Engine

- by

Unreal Engine has a DateTime object that returns the current time up to the millisecond. As such it’s a little awkward to deal with the raw value, but there are handy outputs when we split the struct. Here’s a simple example of how to get something like 250808 for the 8th of August 2025:



If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment