Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
- UAnimGraphNode_Base::CreateCustomPins()
- UAnimGraphNode_CustomProperty::CreateCustomPins()
- UAnimGraphNode_LinkedAnimLayer::CreateCustomPins()
- UAnimGraphNode_LinkedAnimLayer::CreateCustomPins()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
virtual void CreateCustomPins
(
TArray< UEdGraphPin * > * OldPins
)
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 |