Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprSet
(
bool bIsLive, |
uLang/Semantics/Expression.h | ||
CExprSet
(
bool bIsLive, |
uLang/Semantics/Expression.h |
CExprSet(bool, TSPtr< CExpressionBase >, EVstMappingType)
| Name | CExprSet |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprSet
(
bool bIsLive,
TSPtr< CExpressionBase > Operand,
EVstMappingType VstMappingType
)
CExprSet(bool, const CCaptureControlScope *, TSPtr< CExpressionBase >, EVstMappingType)
| Name | CExprSet |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprSet
(
bool bIsLive,
const CCaptureControlScope * LiveScope,
TSPtr< CExpressionBase > Operand,
EVstMappingType VstMappingType
)