Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
An abstract syntax tree external variable expression represents the reference of unowned / external memory.
| Name | FRigVMExternalVarExprAST |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMExternalVarExprAST : public FRigVMVarExprAST
Inheritance Hierarchy
- FRigVMExprAST → FRigVMVarExprAST → FRigVMExternalVarExprAST
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExternalVarExprAST
(
const FRigVMExternalVarExprAST& |
Disable copy constructor | RigVMCompiler/RigVMAST.h | |
FRigVMExternalVarExprAST
(
const FRigVMASTProxy& InPinProxy |
Default constructor (protected so that only parser can access it) | RigVMCompiler/RigVMAST.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMExternalVarExprAST() |
Virtual destructor | RigVMCompiler/RigVMAST.h |
Functions
Public
Overridden from FRigVMExprAST
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsA
(
EType InType |
Overload of the type checking mechanism | RigVMCompiler/RigVMAST.h |