Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
Inheritance Hierarchy
- FRigVMExprAST
- FRigVMBlockExprAST
- FRigVMNodeExprAST
- FRigVMEntryExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMEntryExprAST : public FRigVMNodeExprAST
Remarks
An abstract syntax tree entry expression represents an entry point for a function or an event in an event graph. In C++ the entry point is the declaration: void main(...);
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMEntryExprAST
(
const FRigVMEntryExprAST& |
Disable copy constructor | ||
FRigVMEntryExprAST
(
const FRigVMASTProxy& InNodeProxy |
Default constructor (protected so that only parser can access it) |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetEventName () |
Returns the name of the entry / event |