Files
henrik karlsson cca66a4ea3 [UBA]
* Removed logging entries that was only added to make horde not timeout.. since this was implemented horde has added ping logic so this is not needed anymore
* Fixed bug in callstack logging on posix
* Changed a bunch of %hs to %s
* Added allocator debug code to try to figure out asan issues

[CL 31281576 by henrik karlsson in ue5-main branch]
2024-02-07 20:36:18 -05:00

11 lines
155 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "UbaVersion.h"
namespace uba
{
const tchar* GetVersionString()
{
return UBA_VERSION;
}
}