Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_LinkedAnimLayer
- UAnimGraphNode_Base::CreateCustomPins()
- UAnimGraphNode_CustomProperty::CreateCustomPins()
- UAnimGraphNode_LinkedAnimLayer::CreateCustomPins()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LinkedAnimLayer.h |
| Include | #include "AnimGraphNode_LinkedAnimLayer.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LinkedAnimLayer.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 |