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