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 FPinInfoArray
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPinInfoArray
(
const URigVMNode* InNode |
|||
FPinInfoArray
(
const URigVMNode* InNode, |
|||
FPinInfoArray
(
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< FPinInfo >::RangedForIteratorType | begin () |
||
| TArray< FPinInfo >::RangedForIteratorType | end () |
||
| int32 | GetIndexFromPinPath
(
const FString& InPinPath |
||
| const FPinInfo * | GetPinFromPinPath
(
const FString& InPinPath |
||
| const FString & | GetPinPath
(
const int32 InIndex |
||
| int32 | GetRootIndex
(
const int32 InIndex |
||
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FPinInfo & | operator[]
(
int32 InIndex |
||
| FPinInfo & | operator[]
(
int32 InIndex |