Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExpressionBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsSubExprEqual
(
const CExpressionBase* Lhs, |
CExpressionBase Inline Methods. | uLang/Semantics/Expression.h | |
static bool IsSubExprEqual
(
const CExpressionBase& Lhs, |
uLang/Semantics/Expression.h | ||
static bool IsSubExprEqual
(
const TSPtr< CExpressionBase >& Lhs, |
uLang/Semantics/Expression.h | ||
static bool IsSubExprEqual
(
const TSRef< CExpressionBase >& Lhs, |
uLang/Semantics/Expression.h |
IsSubExprEqual(const CExpressionBase , const CExpressionBase )
Description
CExpressionBase Inline Methods.
| Name | IsSubExprEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
static bool IsSubExprEqual
(
const CExpressionBase * Lhs,
const CExpressionBase * Rhs
)
IsSubExprEqual(const CExpressionBase &, const CExpressionBase &)
| Name | IsSubExprEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
static bool IsSubExprEqual
(
const CExpressionBase & Lhs,
const CExpressionBase & Rhs
)
IsSubExprEqual(const TSPtr< CExpressionBase > &, const TSPtr< CExpressionBase > &)
| Name | IsSubExprEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
static bool IsSubExprEqual
(
const TSPtr< CExpressionBase > & Lhs,
const TSPtr< CExpressionBase > & Rhs
)
IsSubExprEqual(const TSRef< CExpressionBase > &, const TSRef< CExpressionBase > &)
| Name | IsSubExprEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
static bool IsSubExprEqual
(
const TSRef< CExpressionBase > & Lhs,
const TSRef< CExpressionBase > & Rhs
)