Hi,
I build my game and I wanted to get build date or unique version of it (not UE).
How can i get this?
I’ve already used FApp::GetBuildDate() - but it answer me always the same date (I created another project and resuls was the same). I assume that this is the date connected with Engine build?
I’ve also checked BP (GetBuildVersion()) which is included in KismetSystemLibrary.
Thanks for feedback!