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