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
(
    UObject * InSubject
)

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss