![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| uLang::EErrorAction | AssertFailed (uLang::EAssertSeverity Severity, const ANSICHAR *ExprText, const ANSICHAR *FileText, int32_t Line, const ANSICHAR *Format,...) |
| Function that is called by uLang when an assert fails. | |
| void | LogMessage (uLang::ELogVerbosity Verbosity, const char *Format,...) |
Variables | |
| size_t | NumActiveInitializations {0} |
| constexpr uLang::SSystemParams::FAssert | AssertFailedFn = &AssertFailed |
| uLang::EErrorAction uLangUE_Impl::AssertFailed | ( | uLang::EAssertSeverity | Severity, |
| const ANSICHAR * | ExprText, | ||
| const ANSICHAR * | FileText, | ||
| int32_t | Line, | ||
| const ANSICHAR * | Format, | ||
| ... | |||
| ) |
Function that is called by uLang when an assert fails.
| void uLangUE_Impl::LogMessage | ( | uLang::ELogVerbosity | Verbosity, |
| const char * | Format, | ||
| ... | |||
| ) |
|
constexpr |
| size_t uLangUE_Impl::NumActiveInitializations {0} |