Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSemanticProgram
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CMapType & GetOrCreateMapType
(
const CTypeBase* KeyType, |
uLang/Semantics/SemanticProgram.h | ||
CMapType & GetOrCreateMapType
(
const CTypeBase& KeyType, |
uLang/Semantics/SemanticProgram.h |
GetOrCreateMapType(const CTypeBase , const CTypeBase )
| Name | GetOrCreateMapType |
| 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 |
CMapType & GetOrCreateMapType
(
const CTypeBase * KeyType,
const CTypeBase * ValueType
)
GetOrCreateMapType(const CTypeBase &, const CTypeBase &, bool)
| Name | GetOrCreateMapType |
| 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 |
CMapType & GetOrCreateMapType
(
const CTypeBase & KeyType,
const CTypeBase & ValueType,
bool bWeak
)