You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix Non Unity Build Errors
#rb none #jira UE-117067 [CL 16539217 by Catalin Dragoiu in ue5-main branch]
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
#include "CoreTypes.h"
|
||||
#include "Trace/Config.h"
|
||||
|
||||
#define EXPERIMENTAL_STATSTRACE_ENABLED 0
|
||||
|
||||
#if !defined(STATSTRACE_ENABLED)
|
||||
#if UE_TRACE_ENABLED && STATS && EXPERIMENTAL_STATSTRACE_ENABLED && !UE_BUILD_SHIPPING
|
||||
#if UE_TRACE_ENABLED && STATS && !UE_BUILD_SHIPPING
|
||||
#define STATSTRACE_ENABLED 1
|
||||
#else
|
||||
#define STATSTRACE_ENABLED 0
|
||||
|
||||
Reference in New Issue
Block a user