Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler > API/Plugins/RigVMDeveloper/RigVMCompiler/FRigVMParserAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp |
const FRigVMExprAST &42; GetExprForSubject
&40;
const FRigVMASTProxy & InProxy
&41; const
Remarks
Returns the expression for a given subject. subjects include nodes and pins. the expressoin for the given subject (or nullptr)
Parameters
| Name | Description |
|---|---|
| InSubject | the subject to retrieve the expression for (node or pin) |