Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Placeholder expression - "~ph~" produced by placeholder nodes in the Vst.
| Name | CExprPlaceholder |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/UnknownType.h |
| Include Path | #include "uLang/Semantics/UnknownType.h" |
Syntax
class CExprPlaceholder : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprPlaceholder
- CAttributable → CExpressionBase → CExprPlaceholder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprPlaceholder
(
TUPtr< CUnknownType >&& ExprType |
uLang/Semantics/UnknownType.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _ExprType | TUPtr< CUnknownType > | uLang/Semantics/UnknownType.h |
Functions
Public
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CTypeBase * GetResultType
(
const CSemanticProgram& Program |
Type methods. | uLang/Semantics/UnknownType.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/UnknownType.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/UnknownType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/UnknownType.h |