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