Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/PrePostCall
| Name | Op |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum Op
{
Expression,
Option,
Pointer,
DotIdentifier,
SureCall,
FailCall,
}
Values
| Name | Remarks |
|---|---|
| Expression | |
| Option | |
| Pointer | |
| DotIdentifier | |
| SureCall | |
| FailCall |