Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdGraphPinType GetControlPinType
(
FRigControlElement* InControlElement |
Returns the pin type to use for a control | Rigs/RigHierarchy.h | |
static FEdGraphPinType GetControlPinType
(
ERigControlType ControlType |
Returns the pin type to use for a control type | Rigs/RigHierarchy.h |
GetControlPinType(FRigControlElement *)
Description
Returns the pin type to use for a control
| Name | GetControlPinType |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
FEdGraphPinType GetControlPinType
(
FRigControlElement * InControlElement
) const
The pin type
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The control to return the pin type for |
GetControlPinType(ERigControlType)
Description
Returns the pin type to use for a control type
| Name | GetControlPinType |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
static FEdGraphPinType GetControlPinType
(
ERigControlType ControlType
)
The pin type
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The control to return the pin type for |