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