Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CExprBinaryArithmetic |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprBinaryArithmetic : public uLang::CExprInvocation
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprInvocation → CExprBinaryArithmetic
- CAttributable → CExpressionBase → CExprInvocation → CExprBinaryArithmetic
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprBinaryArithmetic
(
EOp Op, |
uLang/Semantics/Expression.h |
Enums
Public
| Name | Remarks |
|---|---|
| EOp |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Op | EOp | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EOp Op() |
uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |