#include "Color.h"
Go to the source code of this file.
|
| #define | ProjectXEnsure(InExpression) { if(UNLIKELY(!(InExpression))) { FDebug::LogAssertFailedMessage( #InExpression, __FILE__, __LINE__ ); if (UE4Asserts_Private::TrueOnFirstCallOnly([]{})) { _DebugBreakAndPromptForRemote(); } } } |
| |
| #define | ProjectXEnsureMsgf(InExpression, InFormat, ...) { if(UNLIKELY(!(InExpression))) { FDebug::LogAssertFailedMessage( #InExpression, __FILE__, __LINE__, InFormat, ##__VA_ARGS__ ); if (UE4Asserts_Private::TrueOnFirstCallOnly([]{})) { _DebugBreakAndPromptForRemote(); } } } |
| |
◆ ProjectXEnsure
| #define ProjectXEnsure |
( |
|
InExpression | ) |
{ if(UNLIKELY(!(InExpression))) { FDebug::LogAssertFailedMessage( #InExpression, __FILE__, __LINE__ ); if (UE4Asserts_Private::TrueOnFirstCallOnly([]{})) { _DebugBreakAndPromptForRemote(); } } } |
◆ ProjectXEnsureMsgf
| #define ProjectXEnsureMsgf |
( |
|
InExpression, |
|
|
|
InFormat, |
|
|
|
... |
|
) |
| { if(UNLIKELY(!(InExpression))) { FDebug::LogAssertFailedMessage( #InExpression, __FILE__, __LINE__, InFormat, ##__VA_ARGS__ ); if (UE4Asserts_Private::TrueOnFirstCallOnly([]{})) { _DebugBreakAndPromptForRemote(); } } } |
◆ ELogLevel
| Enumerator |
|---|
| Log | |
| Warning | |
| Error | |