Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMCompiler
Description
Follows assignment expressions to find the source ref counted containers since ref counted containers are not copied for assignments. this is currently only used for arrays.
| Name | GetSourceVarExpr |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include Path | #include "RigVMCompiler/RigVMCompiler.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMCompiler/RigVMCompiler.cpp |
static const FRigVMVarExprAST * GetSourceVarExpr
(
const FRigVMExprAST * InExpr
)