Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMGraphSection |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMGraphSection.h |
| Include Path | #include "RigVMModel/RigVMGraphSection.h" |
Syntax
USTRUCT ()
struct FRigVMGraphSection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMModel/RigVMGraphSection.h | |||
FRigVMGraphSection
(
const TArray< URigVMNode* >& InNodes |
RigVMModel/RigVMGraphSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint32 | RigVMModel/RigVMGraphSection.h | ||
| LeafNodes | TArray< int32 > | RigVMModel/RigVMGraphSection.h | ||
| Links | TArray< FRigVMGraphSectionLink > | RigVMModel/RigVMGraphSection.h | ||
| NodeHashes | TArray< uint32 > | RigVMModel/RigVMGraphSection.h | ||
| Nodes | TArray< FName > | RigVMModel/RigVMGraphSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsNode
(
const FName& InNodeName |
RigVMModel/RigVMGraphSection.h | ||
TArray< FRigVMGraphSection > FindMatches
(
const URigVMGraph* InGraph |
RigVMModel/RigVMGraphSection.h | ||
TArray< FRigVMGraphSection > FindMatches
(
const TArray< URigVMNode* >& InAvailableNodes |
RigVMModel/RigVMGraphSection.h | ||
bool IsValid() |
RigVMModel/RigVMGraphSection.h | ||
bool MatchesNode
(
const URigVMNode* InNode, |
RigVMModel/RigVMGraphSection.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetLinkHash
(
const FRigVMGraphSectionLink& InLink |
RigVMModel/RigVMGraphSection.h | ||
static uint32 GetNodeHash
(
const URigVMNode* InNode |
RigVMModel/RigVMGraphSection.h | ||
static TArray< TArray< URigVMNode * > > GetNodeIslands
(
const TArray< URigVMNode* >& InNodes |
RigVMModel/RigVMGraphSection.h | ||
static TArray< FRigVMGraphSection > GetSectionsFromSelection
(
const URigVMGraph* InGraph |
RigVMModel/RigVMGraphSection.h | ||
static bool IsValidNode
(
const URigVMNode* InNode |
RigVMModel/RigVMGraphSection.h |