Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
Inheritance Hierarchy
- FRigVMExprAST
- FRigVMExitExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMExitExprAST : public FRigVMExprAST
Remarks
An abstract syntax tree exit expression represents the exit out of an entry expression. In C++ the exit expression is a return from a main function.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMExitExprAST
(
const FRigVMExitExprAST& |
Disable copy constructor | ||
FRigVMExitExprAST
(
const FRigVMASTProxy& InProxy |
Default constructor (protected so that only parser can access it) |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Overridden from FRigVMExprAST
| Type | Name | Description | |
|---|---|---|---|
| bool | Overload of the type checking mechanism | ||
| bool | IsConstant () |
Returns true if this expressions is constant (non varying) |