Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprMakeNamed
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprMakeNamed
(
const CSymbol Name |
uLang/Semantics/Expression.h | ||
CExprMakeNamed
(
const CSymbol Name, |
uLang/Semantics/Expression.h |
CExprMakeNamed(const CSymbol)
| Name | CExprMakeNamed |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprMakeNamed
(
const CSymbol Name
)
CExprMakeNamed(const CSymbol, TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&)
| Name | CExprMakeNamed |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprMakeNamed
(
const CSymbol Name,
TSPtr< CExpressionBase > && NameIdentifier,
TSPtr< CExpressionBase > && Argument
)