Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
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.
| Name | FRigVMExitExprAST |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMExitExprAST : public FRigVMExprAST
Inheritance Hierarchy
- FRigVMExprAST → FRigVMExitExprAST
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExitExprAST
(
const FRigVMExitExprAST& |
Disable copy constructor | RigVMCompiler/RigVMAST.h | |
FRigVMExitExprAST
(
const FRigVMASTProxy& InProxy |
Default constructor (protected so that only parser can access it) | RigVMCompiler/RigVMAST.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMExitExprAST() |
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 | |
virtual bool IsConstant() |
Returns true if this expressions is constant (non varying) | RigVMCompiler/RigVMAST.h |