Navigation
API > API/Runtime > API/Runtime/Core
Used to add an explicitly consteval constructor when the default constructor for a type cannot be made constexpr (e.g. we are attempting to avoid zero-initialization when constructing at runtime)
| Name | EConstEval |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreMiscDefines.h |
| Include Path | #include "Misc/CoreMiscDefines.h" |
Syntax
enum EConstEval
{
ConstEval,
}
Values
| Name | Remarks |
|---|---|
| ConstEval |