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 FPinInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsArray | ||
| bool | bIsConstant | ||
| bool | bIsDecorator | ||
| bool | bIsDynamicArray | ||
| bool | bIsExpanded | ||
| FString | CustomWidgetName | ||
| FString | DefaultValue | ||
| ERigVMPinDirection | Direction | ||
| FString | DisplayName | ||
| FName | Name | ||
| int32 | ParentIndex | ||
| FString | PinPath | ||
| FProperty * | Property | ||
| TArray< int32 > | SubPins | ||
| TRigVMTypeIndex | TypeIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPinInfo () |
|||
FPinInfo
(
const URigVMPin* InPin, |
|||
FPinInfo
(
FProperty* InProperty, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |