Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/PrePostCall
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PrePostCall
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
PrePostCall
(
const TSRef< Node >& FirstChild, |
uLang/Syntax/VstNode.h |
PrePostCall(const SLocus &)
| Name | PrePostCall |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
PrePostCall
(
const SLocus & Whence
)
PrePostCall(const TSRef< Node > &, const SLocus &)
| Name | PrePostCall |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
PrePostCall
(
const TSRef< Node > & FirstChild,
const SLocus & Whence
)