Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
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.
| Name | URigVMInjectionInfo |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMPin.h |
| Include Path | #include "RigVMModel/RigVMPin.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class URigVMInjectionInfo : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMInjectionInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMInjectionInfo() |
RigVMModel/RigVMPin.h |
Structs
| Name | Remarks |
|---|---|
| FWeakInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInjectedAsInput | bool | RigVMModel/RigVMPin.h | ||
| InputPin | TObjectPtr< URigVMPin > | RigVMModel/RigVMPin.h | ||
| Node | TObjectPtr< URigVMNode > | RigVMModel/RigVMPin.h | ||
| OutputPin | TObjectPtr< URigVMPin > | RigVMModel/RigVMPin.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMGraph * GetGraph() |
Returns the graph of this injected node. | RigVMModel/RigVMPin.h |
|
URigVMPin * GetPin() |
Returns the pin of this injected node. | RigVMModel/RigVMPin.h |
|
FWeakInfo GetWeakInfo() |
RigVMModel/RigVMPin.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UnitNode_DEPRECATED | TObjectPtr< URigVMUnitNode > | RigVMModel/RigVMPin.h |