Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CInstantiatedInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticInterface.h |
| Include Path | #include "uLang/Semantics/SemanticInterface.h" |
Syntax
class CInstantiatedInterface : public uLang::CInstantiatedType
Inheritance Hierarchy
- CTypeBase → CInstantiatedType → CInstantiatedInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CInstantiatedInterface
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Interface | const CInterface * | uLang/Semantics/SemanticInterface.h |
Functions
Public
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticInterface.h |
Protected
Overridden from CInstantiatedType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CNormalType & CreateNormalType() |
uLang/Semantics/SemanticInterface.h |