Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprModuleDefinition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprModuleDefinition
(
const CUTF8StringView& Name, |
uLang/Semantics/Expression.h | ||
CExprModuleDefinition
(
CModulePart& Module, |
uLang/Semantics/Expression.h |
CExprModuleDefinition(const CUTF8StringView &, EVstMappingType)
| Name | CExprModuleDefinition |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprModuleDefinition
(
const CUTF8StringView & Name,
EVstMappingType VstMappingType
)
CExprModuleDefinition(CModulePart &, TArray< TSRef< CExpressionBase > > &&)
| Name | CExprModuleDefinition |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/Expression.cpp |
CExprModuleDefinition
(
CModulePart & Module,
TArray< TSRef< CExpressionBase > > && Members
)