Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
An abstract syntax tree entry expression represents an invocation of an entry point.
| Name | FRigVMInvokeEntryExprAST |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMInvokeEntryExprAST : public FRigVMNodeExprAST
Inheritance Hierarchy
- FRigVMExprAST → FRigVMBlockExprAST → FRigVMNodeExprAST → FRigVMInvokeEntryExprAST
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMInvokeEntryExprAST
(
const FRigVMInvokeEntryExprAST& |
Disable copy constructor | RigVMCompiler/RigVMAST.h | |
FRigVMInvokeEntryExprAST
(
const FRigVMASTProxy& InNodeProxy |
Default constructor (protected so that only parser can access it) | RigVMCompiler/RigVMAST.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMInvokeEntryExprAST() |
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 |