Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CTypeBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
As above, but if it's a tuple then doesn't write the enclosing parenthesis, and : before the type. | uLang/Semantics/SemanticTypes.h | |
virtual CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h |
AsParamsCode(ETypeSyntaxPrecedence, ETypeStringFlag)
Description
As above, but if it's a tuple then doesn't write the enclosing parenthesis, and : before the type.
| Name | AsParamsCode |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence,
ETypeStringFlag Flag
) const
AsParamsCode(ETypeSyntaxPrecedence, TArray< const CFlowType * > &, bool, ETypeStringFlag)
| Name | AsParamsCode |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
virtual CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence,
TArray< const CFlowType * > & VisitedFlowTypes,
bool WithColon,
ETypeStringFlag Flag
) const