Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax > API/Runtime/VerseCompiler/uLang/Syntax/FloatLiteral
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
enum EFormat
{
Unspecified,
F16,
F32,
F64,
}
Values
| Name | Description |
|---|---|
| Unspecified | |
| F16 | |
| F32 | |
| F64 |