Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a reference to (possibly mutable) inner type.
| Name | CReferenceType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CReferenceType : public uLang::CInvariantValueType
Inheritance Hierarchy
- CTypeBase → CNormalType → CInvariantValueType → CReferenceType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CReferenceType
(
CSemanticProgram&, |
uLang/Semantics/SemanticTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticTypes.h |
Functions
Public
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CTypeBase * GetReferenceValueType() |
If this type is a CReferenceType, this gets the non-reference value type, otherwise returns itself | uLang/Semantics/SemanticTypes.h | |
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h |