Navigation
API > API/Runtime > API/Runtime/uLangCore
Enum used in constructors to indicate they should not initialize anything.
| Name | uLang::ENoInit |
| 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 ENoInit
{
NoInit,
}
}
Values
| Name | Remarks |
|---|---|
| NoInit |