Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SSignature
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SSignature () |
@TODO: This represents an invalid signature (likely, yet to be fully analyzed) we should promote this invalid state up to the use sites (say, have an TOptional |
uLang/Semantics/Signature.h | |
SSignature
(
const CFunctionType& FunctionType, |
uLang/Semantics/Signature.h |
SSignature()
Description
@TODO: This represents an invalid signature (likely, yet to be fully analyzed) we should promote this invalid state up to the use sites (say, have an TOptional
| Name | SSignature |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Signature.h |
| Include Path | #include "uLang/Semantics/Signature.h" |
SSignature()
SSignature(const CFunctionType &, ParamDefinitions &&)
| Name | SSignature |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Signature.h |
| Include Path | #include "uLang/Semantics/Signature.h" |
SSignature
(
const CFunctionType & FunctionType,
ParamDefinitions && Params
)