#include "CoreMinimal.h"
#include "HAL/PreprocessorHelpers.h"
Go to the source code of this file.
- Copyright
- This Source Code is subject to the terms of the Mozilla Public License, v2.0. If a copy of the MPL was not distributed with this file You can obtain one at https://mozilla.org/MPL/2.0/
- Author
- David Mórász
- Date
- 2025
Definition in file Macros.h.
◆ MCRO_DEBUG_BREAK
#define MCRO_DEBUG_BREAK |
( |
| ) |
|
Value:((void)(FPlatformMisc::IsDebuggerPresent() && ([] () { UE_DEBUG_BREAK_IMPL(); } (), 1)))
UE_DEBUG_BREAK is disabled in all non-editor builds, not only in shipping. MCRO_DEBUG_BREAK however is only disabled in shipping,
Definition at line 33 of file Macros.h.
◆ PREPROCESSOR_TO_TEXT
#define PREPROCESSOR_TO_TEXT |
( |
| x | ) |
|
Value:TEXT(PREPROCESSOR_TO_STRING(x))
Definition at line 17 of file Macros.h.