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