Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
Inheritance Hierarchy
- FRigVMExprAST
- FRigVMBlockExprAST
- FRigVMNodeExprAST
- FRigVMInvokeEntryExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMInvokeEntryExprAST : public FRigVMNodeExprAST
Remarks
An abstract syntax tree entry expression represents an invocation of an entry point.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMInvokeEntryExprAST
(
const FRigVMInvokeEntryExprAST& |
Disable copy constructor | ||
FRigVMInvokeEntryExprAST
(
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 |