Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/FlowIf
Tags for different kinds of clause block children.
| Name | ClauseTag |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum ClauseTag
{
if_identifier,
condition,
then_body,
else_body,
}
Values
| Name | Remarks |
|---|---|
| if_identifier | |
| condition | |
| then_body | |
| else_body |