Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
Inheritance Hierarchy
- FRigVMExprAST
- FRigVMBlockExprAST
- FRigVMNodeExprAST
- FRigVMInlineFunctionExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
Syntax
class FRigVMInlineFunctionExprAST : public FRigVMNodeExprAST
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Disable copy constructor | |||
FRigVMInlineFunctionExprAST
(
const FRigVMASTProxy& InNodeProxy |
Default constructor (protected so that only parser can access it) |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Overridden from FRigVMExprAST
| Type | Name | Description | |
|---|---|---|---|
| bool | Overload of the type checking mechanism | ||
| bool | IsConstant () |
Todo: For now, all function references are considered varying (UE-170129) |