Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
Inheritance Hierarchy
- FRigVMExprAST
- FRigVMBlockExprAST
- FRigVMNodeExprAST
- FRigVMCallExternExprAST
- FRigVMEntryExprAST
- FRigVMInlineFunctionExprAST
- FRigVMInvokeEntryExprAST
- FRigVMNoOpExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMNodeExprAST : public FRigVMBlockExprAST
Remarks
An abstract syntax tree node expression represents any expression which references a node from the RigVM model.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMNodeExprAST
(
const FRigVMNodeExprAST& |
Disable copy constructor | ||
FRigVMNodeExprAST
(
EType InType, |
Default constructor (protected so that only parser can access it) |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FRigVMExprAST * | FindExprWithPinName
(
const FName& InPinName |
||
| const FRigVMVarExprAST * | FindVarWithPinName
(
const FName& InPinName |
||
| URigVMNode * | GetNode () |
Returns the node from the model this expression is referencing | |
| const FRigVMASTProxy & | GetProxy () |
Returns the proxy this expression is using |
Overridden from FRigVMExprAST
| Type | Name | Description | |
|---|---|---|---|
| bool | Overload of the type checking mechanism | ||
| bool | IsConstant () |
Returns true if this expressions is constant (non varying) |