Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| FProperty * | GetPinProperty
(
const UEdGraphPin* InPin |
Get the property corresponding to a pin. For array element pins returns the outer array property. Returns null if a property cannot be found. | |
| FProperty * | GetPinProperty
(
FName InPinName |
Get the property corresponding to a pin. For array element pins returns the outer array property. Returns null if a property cannot be found. |