Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprDefinition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprDefinition
(
EVstMappingType VstMappingType |
uLang/Semantics/Expression.h | ||
CExprDefinition
(
TSPtr< CExpressionBase >&& Element, |
uLang/Semantics/Expression.h |
CExprDefinition(EVstMappingType)
| Name | CExprDefinition |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprDefinition
(
EVstMappingType VstMappingType
)
CExprDefinition(TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&, EVstMappingType)
| Name | CExprDefinition |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprDefinition
(
TSPtr< CExpressionBase > && Element,
TSPtr< CExpressionBase > && ValueDomain,
TSPtr< CExpressionBase > && Value,
EVstMappingType VstMappingType
)