Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSemanticProgram
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CTupleType & GetOrCreateTupleType
(
CTupleType::ElementArray&& Elements |
uLang/Semantics/SemanticProgram.h | ||
CTupleType & GetOrCreateTupleType
(
CTupleType::ElementArray&& Elements, |
uLang/Semantics/SemanticProgram.h |
GetOrCreateTupleType(CTupleType::ElementArray &&)
| Name | GetOrCreateTupleType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticProgram.cpp |
CTupleType & GetOrCreateTupleType
(
CTupleType::ElementArray && Elements
)
GetOrCreateTupleType(CTupleType::ElementArray &&, int32_t)
| Name | GetOrCreateTupleType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticProgram.cpp |
CTupleType & GetOrCreateTupleType
(
CTupleType::ElementArray && Elements,
int32_t FirstNamedIndex
)