FRigVMParserAST::GetExpressionsForSubject

Returns all expressions for a given subject. subjects include nodes and pins.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h

Include

#include "RigVMCompiler/RigVMAST.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp

Syntax

TArray< const FRigVMExprAST * > GetExpressionsForSubject
(
    UObject * InSubject
) const

Remarks

Returns all expressions for a given subject. subjects include nodes and pins.

Returns

all expressions for the given subject

Parameters

Parameter

Description

InSubject

the subject to retrieve the expression for (node or pin)