FDateTime::Now() doesn't work outside of editor

Hey,

Try the following:

FDateTime curDateTime = FDateTime::Now();

Thats the only way I had it work correctly for me, lmk if that works for you.