Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMVarExprAST
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMVarExprAST
(
const FRigVMVarExprAST& |
Disable copy constructor | RigVMCompiler/RigVMAST.h | |
FRigVMVarExprAST
(
EType InType, |
Default constructor (protected so that only parser can access it) | RigVMCompiler/RigVMAST.h |
FRigVMVarExprAST(const FRigVMVarExprAST &)
Description
Disable copy constructor
| Name | FRigVMVarExprAST |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
FRigVMVarExprAST
(
const FRigVMVarExprAST &
)
FRigVMVarExprAST(EType, const FRigVMASTProxy &)
Description
Default constructor (protected so that only parser can access it)
| Name | FRigVMVarExprAST |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
FRigVMVarExprAST
(
EType InType,
const FRigVMASTProxy & InPinProxy
)