Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CTupleType
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h |
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" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
virtual CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence,
TArray< const CFlowType * > & VisitedFlowTypes,
bool WithColon,
ETypeStringFlag Flag
) const
AsParamsCode(ETypeSyntaxPrecedence, TArray< const CFlowType * > &, bool, bool, ETypeStringFlag)
| Name | AsParamsCode |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence,
TArray< const CFlowType * > & VisitedFlowTypes,
bool WithColon,
bool bLinkable,
ETypeStringFlag Flag
) const