Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMGraphSectionLink |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMGraphSection.h |
| Include Path | #include "RigVMModel/RigVMGraphSection.h" |
Syntax
USTRUCT ()
struct FRigVMGraphSectionLink
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPinTuple | TTuple< const URigVMPin *, const URigVMPin * > | RigVMModel/RigVMGraphSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceNodeHash | uint32 | RigVMModel/RigVMGraphSection.h | ||
| SourceNodeIndex | int32 | RigVMModel/RigVMGraphSection.h | ||
| SourcePinPath | FString | RigVMModel/RigVMGraphSection.h | ||
| TargetNodeHash | uint32 | RigVMModel/RigVMGraphSection.h | ||
| TargetNodeIndex | int32 | RigVMModel/RigVMGraphSection.h | ||
| TargetPinPath | FString | RigVMModel/RigVMGraphSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const URigVMNode * FindSourceNode
(
const URigVMNode* InTargetNode |
RigVMModel/RigVMGraphSection.h | ||
TArray< const URigVMNode * > FindTargetNodes
(
const URigVMNode* InSourceNode |
RigVMModel/RigVMGraphSection.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< FPinTuple > FindLinksSkippingReroutes
(
const URigVMNode* InNode |
RigVMModel/RigVMGraphSection.h | ||
static URigVMPin * FindSourcePinSkippingReroutes
(
const URigVMLink* InLink |
RigVMModel/RigVMGraphSection.h | ||
static TArray< URigVMPin * > FindTargetPinsSkippingReroutes
(
const URigVMLink* InLink |
RigVMModel/RigVMGraphSection.h |