Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Encodes either an integer or positive/negative infinity.
| Name | uLang::EInfinitySign |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/IntOrInfinity.h |
| Include Path | #include "uLang/Semantics/IntOrInfinity.h" |
Syntax
namespace uLang
{
enum EInfinitySign
{
Negative,
Positive,
}
}
Values
| Name | Remarks |
|---|---|
| Negative | |
| Positive |