Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Read the value of a variable.
| Name | CExprPointerToReference |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprPointerToReference : public uLang::CExprUnaryOp
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprUnaryOp → CExprPointerToReference
- CAttributable → CExpressionBase → CExprUnaryOp → CExprPointerToReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprPointerToReference
(
TSRef< CExpressionBase >&& Variable, |
uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bWritable | bool | uLang/Semantics/Expression.h |
Functions
Public
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 | |
virtual const CTypeBase * GetResultType
(
const CSemanticProgram& Program |
Type methods. | 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 |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |