Navigation
API > API/Runtime > API/Runtime/VerseCompiler
An unknown type - can optionally contain a list of possibly valid types
| Name | CUnknownType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/UnknownType.h |
| Include Path | #include "uLang/Semantics/UnknownType.h" |
Syntax
class CUnknownType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CUnknownType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/UnknownType.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | ETypeKind | uLang/Semantics/UnknownType.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Name | const CSymbol & | The name of the unknown type. | uLang/Semantics/UnknownType.h | |
| _SuggestedTypes | TArray< const CTypeBase * > | Valid replacements for this type (if any) | uLang/Semantics/UnknownType.h |
Functions
Public
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsExplicitlyCastable() |
uLang/Semantics/UnknownType.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/UnknownType.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/UnknownType.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence, |
uLang/Semantics/UnknownType.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/UnknownType.h |