Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
f2ff6bd94de1a5fcde5609e98bcbf57a4b8f2b79
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildAccelerator/Version/Private/UbaVersion.cpp

11 lines
155 B
C++
Raw Normal View History

UnrealBuildAccelerator: Experimental for 5.4 #jira UE-197967 [CL 30002804 by joe kirchoff in ue5-main branch]
2023-11-29 18:47:11 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "UbaVersion.h"
namespace uba
{
[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
const tchar* GetVersionString()
UnrealBuildAccelerator: Experimental for 5.4 #jira UE-197967 [CL 30002804 by joe kirchoff in ue5-main branch]
2023-11-29 18:47:11 -05:00
{
return UBA_VERSION;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2204ms Template: 9ms
English
English
Licenses API