FRigVMParserAST::GetExprForSubject

Returns the expression 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

const FRigVMExprAST * GetExprForSubject
(
    const FRigVMASTProxy & InProxy
) const

Remarks

Returns the expression for a given subject. subjects include nodes and pins.

Returns

the expressoin for the given subject (or nullptr)

Parameters

Parameter

Description

InSubject

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