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