Module |
|
Header |
/Engine/Source/Developer/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
Include |
#include "RigVMCompiler/RigVMAST.h" |
Source |
/Engine/Source/Developer/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp |
TArray< const FRigVMExprAST * > GetExpressionsForSubject
(
UObject * InSubject
) const
Returns all expressions for a given subject. subjects include nodes and pins.
all expressions for the given subject
Parameter |
Description |
---|---|
InSubject |
the subject to retrieve the expression for (node or pin) |