Module |
|
Header |
/Engine/Source/Developer/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
Include |
#include "RigVMCompiler/RigVMAST.h" |
Source |
/Engine/Source/Developer/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp |
const FRigVMExprAST * GetExprForSubject
(
const FRigVMASTProxy & InProxy
) const
Returns the expression for a given subject. subjects include nodes and pins.
the expressoin for the given subject (or nullptr)
Parameter |
Description |
---|---|
InSubject |
the subject to retrieve the expression for (node or pin) |