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