Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
Syntax
struct FRigVMPinInfoArray
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, int32 > | PinPathLookup | ||
| TArray< FRigVMPinInfo > | Pins |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMPinInfoArray
(
const URigVMNode* InNode |
|||
FRigVMPinInfoArray
(
const URigVMNode* InNode, |
|||
FRigVMPinInfoArray
(
const FRigVMGraphFunctionHeader& FunctionHeader, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddPin
(
const URigVMPin* InPin, |
||
| int32 | AddPin
(
URigVMController* InController, |
||
| int32 | AddPin
(
FProperty* InProperty, |
||
| void | AddPins
(
UScriptStruct* InScriptStruct, |
||
| TArray< FRigVMPinInfo >::RangedForIteratorType | begin () |
||
| TArray< FRigVMPinInfo >::RangedForIteratorType | end () |
||
| int32 | GetIndexFromPinPath
(
const FString& InPinPath |
||
| const FRigVMPinInfo * | GetPinFromPinPath
(
const FString& InPinPath |
||
| const FString & | GetPinPath
(
const int32 InIndex |
||
| int32 | GetRootIndex
(
const int32 InIndex |
||
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FRigVMPinInfo & | operator[]
(
int32 InIndex |
||
| FRigVMPinInfo & | operator[]
(
int32 InIndex |