Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Access data pointer of dynamically typed value. Only present in the IR, not the AST.
| Name | CIrDataOfDynamic |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CIrDataOfDynamic : public uLang::CExprUnaryOp
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprUnaryOp → CIrDataOfDynamic
- CAttributable → CExpressionBase → CExprUnaryOp → CIrDataOfDynamic
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CIrDataOfDynamic
(
TSRef< CExpressionBase > Operand |
uLang/Semantics/Expression.h |
Functions
Public
Public Virtual
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |