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