UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DebuggingDefines.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 DebuggingDefines.h: Defines used for toggling debugging code throughout the engine.
5=============================================================================*/
6
7#pragma once
8
9#include "CoreTypes.h"
10
11// compiles out code used for debugging issues with distributed cooking
12#define DEBUG_DISTRIBUTED_COOKING 0
13
14
15
16
17
18
19
20
21