Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMPinInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
Syntax
struct FRigVMPinInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMModel/RigVMController.h | |||
FRigVMPinInfo
(
const URigVMPin* InPin, |
RigVMModel/RigVMController.h | ||
FRigVMPinInfo
(
FProperty* InProperty, |
RigVMModel/RigVMController.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsArray | bool | RigVMModel/RigVMController.h | ||
| bIsConstant | bool | RigVMModel/RigVMController.h | ||
| bIsDynamicArray | bool | RigVMModel/RigVMController.h | ||
| bIsExpanded | bool | RigVMModel/RigVMController.h | ||
| bIsLazy | bool | RigVMModel/RigVMController.h | ||
| bIsTrait | bool | RigVMModel/RigVMController.h | ||
| CustomWidgetName | FString | RigVMModel/RigVMController.h | ||
| DefaultValue | FString | RigVMModel/RigVMController.h | ||
| DefaultValueType | ERigVMPinDefaultValueType | RigVMModel/RigVMController.h | ||
| Direction | ERigVMPinDirection | RigVMModel/RigVMController.h | ||
| DisplayName | FString | RigVMModel/RigVMController.h | ||
| Name | FName | RigVMModel/RigVMController.h | ||
| ParentIndex | int32 | RigVMModel/RigVMController.h | ||
| PinPath | FString | RigVMModel/RigVMController.h | ||
| Property | FProperty * | RigVMModel/RigVMController.h | ||
| SubPins | TArray< int32 > | RigVMModel/RigVMController.h | ||
| TypeIndex | TRigVMTypeIndex | RigVMModel/RigVMController.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CorrectExecuteTypeIndex() |
RigVMModel/RigVMController.h |