URigVMInjectionInfo

The Injected Info is used for injecting a node on a pin.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

URigVMInjectionInfo

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMPin.h

Include

#include "RigVMModel/RigVMPin.h"

Syntax

class URigVMInjectionInfo : public UObject

Remarks

The Injected Info is used for injecting a node on a pin. Injected nodes are not visible to the user, but they are normal nodes on the graph.

Variables

Name Description

Public variable

bool

 

bInjectedAsInput

Public variable

URigVMPin *

 

InputPin

Public variable

URigVMPin *

 

OutputPin

Public variable

URigVMStructNod...

 

StructNode

Constructors

Name Description

Public function

URigVMInjectionInfo()

Functions

Name Description

Public function Const

URigVMGraph ...

 

GetGraph()

Returns the graph of this injected node.

Public function Const

URigVMPin &#...

 

GetPin()

Returns the pin of this injected node.

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