Navigation
API > API/Plugins > API/Plugins/IKRigDeveloper > API/Plugins/IKRigDeveloper/UAnimGraphNode_IKRig
- UAnimGraphNode_Base::CreateCustomPins()
- UAnimGraphNode_CustomProperty::CreateCustomPins()
- UAnimGraphNode_IKRig::CreateCustomPins()
References
| Module | IKRigDeveloper |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigDeveloper/Public/AnimGraphNode_IKRig.h |
| Include | #include "AnimGraphNode_IKRig.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigDeveloper/Private/AnimGraphNode_IKRig.cpp |
virtual void CreateCustomPins
&40;
TArray< UEdGraphPin &42; > &42; OldPins
&41;
Remarks
Override point to create custom pins
Parameters
| Name | Description |
|---|---|
| OldPins | In the case of reconstruction, the OldPins array contains all the pins that the node had prior, otherwise if the node is being created anew the array ptr will be null |