Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMInjectionInfo
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMPin.h |
| Include | #include "RigVMModel/RigVMPin.h" |
Syntax
UCLASS&40;BlueprintType&41;
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bInjectedAsInput | ||
| TObjectPtr< URigVMPin > | InputPin | ||
| TObjectPtr< URigVMNode > | Node | ||
| TObjectPtr< URigVMPin > | OutputPin |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| URigVMGraph * | GetGraph () |
Returns the graph of this injected node. | |
| URigVMPin * | GetPin () |
Returns the pin of this injected node. | |
| FWeakInfo | GetWeakInfo () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FWeakInfo |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< URigVMUnitNode > | UnitNode_DEPRECATED |