Navigation
API > API/Runtime > API/Runtime/uLangCore
Copyright Epic Games, Inc. All Rights Reserved. Interface and implementation of heap sort
Copyright Epic Games, Inc. All Rights Reserved. Interface and implementation of introspective sort
Copyright Epic Games, Inc. All Rights Reserved. Templates for conditional flow control inside other templates
Copyright Epic Games, Inc. All Rights Reserved. Templates for invoking functors
Copyright Epic Games, Inc. All Rights Reserved. Templates for handling different types of references
Copyright Epic Games, Inc. All Rights Reserved. Helper templates for sorting
Copyright Epic Games, Inc. All Rights Reserved. Templates for memory, storage, containers and alignment
Copyright Epic Games, Inc. All Rights Reserved. Templates for determining properties/traits of types
| Name | uLang::EAssertSeverity |
| Type | enum |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Common.h |
| Include Path | #include "uLang/Common/Common.h" |
Syntax
namespace uLang
{
enum EAssertSeverity
{
Fatal = 0,
Recoverable,
}
}
Values
| Name | Remarks |
|---|---|
| Fatal | |
| Recoverable |