Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | BinaryOpAddSub |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct BinaryOpAddSub : public Verse::Vst::BinaryOp
Inheritance Hierarchy
- CSharedMix → Node → BinaryOp → BinaryOpAddSub
- RefCounted → Node → BinaryOp → BinaryOpAddSub
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BinaryOpAddSub
(
const SLocus& Whence |
uLang/Syntax/VstNode.h | ||
BinaryOpAddSub
(
const SLocus& Whence, |
uLang/Syntax/VstNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const Vst::NodeType | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendAddOperation
(
const SLocus& AddWhence, |
uLang/Syntax/VstNode.h | ||
void AppendSubOperation
(
const SLocus& SubWhence, |
uLang/Syntax/VstNode.h |