Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
Syntax
struct FLinkedPath
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSourceNodeIsInjected | ||
| bool | bTargetNodeIsInjected | ||
| TSoftObjectPtr< URigVMGraph > | GraphPtr | ||
| FString | SourcePinPath | ||
| FString | TargetPinPath |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLinkedPath () |
|||
FLinkedPath
(
URigVMLink* InLink |
Functions
| Type | Name | Description | |
|---|---|---|---|
| URigVMGraph * | GetGraph
(
URigVMGraph* InGraph |
||
| FString | |||
| URigVMPin * | GetSourcePin
(
URigVMGraph* InGraph |
||
| URigVMPin * | GetTargetPin
(
URigVMGraph* InGraph |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLinkedPath& InOther |
||
| bool | operator==
(
const FLinkedPath& InOther |