Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_CustomProperty
- UAnimGraphNode_Base::GetPinBindingInfo()
- UAnimGraphNode_CustomProperty::GetPinBindingInfo()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CustomProperty.h |
| Include | #include "AnimGraphNode_CustomProperty.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomProperty.cpp |
virtual bool GetPinBindingInfo
&40;
FName InPinName,
FName & OutBindingName,
FProperty &42;& OutPinProperty,
int32 & OutOptionalPinIndex
&41; const
Remarks
Get the pin binding info for the supplied pin false if the pin cannot be bound
Parameters
| Name | Description |
|---|---|
| InPinName | The name of the pin |
| OutBindingName | The name of the binding that this pin represents (for array pins the binding name includes the array index as e.g. Binding_1) |
| OutPinProperty | The property that the binding represents |
| OutOptionalPinIndex | The optional pin index (index into the ShowPinForProperties array) |