Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | PrePostCall |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct PrePostCall : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → PrePostCall
- RefCounted → Node → PrePostCall
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PrePostCall
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
PrePostCall
(
const TSRef< Node >& FirstChild, |
uLang/Syntax/VstNode.h |
Enums
Public
| Name | Remarks |
|---|---|
| Op |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const Vst::NodeType | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendCallArgs
(
bool bCanFail, |
uLang/Syntax/VstNode.h | ||
void AppendDotIdent
(
const SLocus& Whence, |
uLang/Syntax/VstNode.h | ||
void AppendHat
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
void AppendQMark
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
bool IsPostHat() |
uLang/Syntax/VstNode.h | ||
bool IsSimpleCall() |
uLang/Syntax/VstNode.h | ||
void PrependCallArgs
(
bool bCanFail, |
uLang/Syntax/VstNode.h | ||
TSRef< Clause > PrependHat
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
TSRef< Clause > PrependQMark
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
TSPtr< Clause > TakeLastArgs() |
uLang/Syntax/VstNode.h |