Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Interface identifier @jira SOL-1013 : Shouldn't this inherit from CExprIdentifierClass?
| Name | CExprInterfaceType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprInterfaceType : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprInterfaceType
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprInterfaceType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprInterfaceType
(
const CTypeType* TypeType, |
uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CInterface * GetInterface
(
const CSemanticProgram& Program |
uLang/Semantics/Expression.h | ||
const CTypeType * GetTypeType
(
const CSemanticProgram& Program |
uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |