Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
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(...);
| Name | FRigVMEntryExprAST |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMEntryExprAST : public FRigVMNodeExprAST
Inheritance Hierarchy
- FRigVMExprAST → FRigVMBlockExprAST → FRigVMNodeExprAST → FRigVMEntryExprAST
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMEntryExprAST
(
const FRigVMEntryExprAST& |
Disable copy constructor | RigVMCompiler/RigVMAST.h | |
FRigVMEntryExprAST
(
const FRigVMASTProxy& InNodeProxy |
Default constructor (protected so that only parser can access it) | RigVMCompiler/RigVMAST.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMEntryExprAST() |
Virtual destructor | RigVMCompiler/RigVMAST.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetEventName() |
Returns the name of the entry / event | RigVMCompiler/RigVMAST.h |
Overridden from FRigVMExprAST
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsA
(
EType InType |
Overload of the type checking mechanism | RigVMCompiler/RigVMAST.h |