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
Constructors
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 CTypeBase
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
uLang/Semantics/UnknownType.h |
|
virtual bool CanBeCustomAccessorDataType()
|
|
uLang/Semantics/UnknownType.h |
|