Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDebug
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool OptionallyLogFormattedEnsureMessageReturningFalseImpl
(
bool bLog, |
Misc/AssertionMacros.h | ||
static bool OptionallyLogFormattedEnsureMessageReturningFalseImpl
(
bool bLog, |
Misc/AssertionMacros.h |
OptionallyLogFormattedEnsureMessageReturningFalseImpl(bool, const ANSICHAR , const ANSICHAR , int32, void , const TCHAR , ...)
| Name | OptionallyLogFormattedEnsureMessageReturningFalseImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp |
static bool OptionallyLogFormattedEnsureMessageReturningFalseImpl
(
bool bLog,
const ANSICHAR * Expr,
const ANSICHAR * File,
int32 Line,
void * ProgramCounter,
const TCHAR * FormattedMsg,
...
)
OptionallyLogFormattedEnsureMessageReturningFalseImpl(bool, const ANSICHAR , const ANSICHAR , int32, void , const TCHAR , va_list)
| Name | OptionallyLogFormattedEnsureMessageReturningFalseImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp |
static bool OptionallyLogFormattedEnsureMessageReturningFalseImpl
(
bool bLog,
const ANSICHAR * Expr,
const ANSICHAR * File,
int32 Line,
void * ProgramCounter,
const TCHAR * FormattedMsg,
va_list Args
)