Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CFlowType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CFlowType : public uLang::CTypeBase
Inheritance Hierarchy
- CTypeBase → CFlowType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CFlowType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Child | const CTypeBase * | uLang/Semantics/SemanticTypes.h | ||
| _FlowEdges | TSet< const CFlowType * > | uLang/Semantics/SemanticTypes.h | ||
| _Polarity | ETypePolarity | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddFlowEdge
(
const CFlowType* |
uLang/Semantics/SemanticTypes.h | ||
void EmptyFlowEdges() |
uLang/Semantics/SemanticTypes.h | ||
TSet< const CFlowType * > & FlowEdges() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase * GetChild() |
uLang/Semantics/SemanticTypes.h | ||
ETypePolarity Polarity() |
uLang/Semantics/SemanticTypes.h | ||
void SetChild
(
const CTypeBase* |
uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual CFlowType * AsFlowType () |
uLang/Semantics/SemanticTypes.h | ||
virtual const CFlowType * AsFlowType () |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h | ||
virtual const CNormalType & GetNormalType() |
Normalizes generic types to head-normal types. | uLang/Semantics/SemanticTypes.h |