Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CSemanticProgram
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include | #include "uLang/Semantics/SemanticProgram.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticProgram.cpp |
const CFunctionType & GetOrCreateFunctionType
(
const CTypeBase & ParamsType,
const CTypeBase & ReturnType,
SEffectSet Effects,
TArray < const CTypeVariable * > TypeVariables,
bool ImplicitlySpecialized
)