Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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. | AnimGraphNode_Base.h | |
virtual FProperty * GetPinProperty
(
FName InPinName |
AnimGraphNode_Base.h |
GetPinProperty(const UEdGraphPin *)
Description
Get the property corresponding to a pin. For array element pins returns the outer array property. Returns null if a property cannot be found.
| Name | GetPinProperty |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
FProperty * GetPinProperty
(
const UEdGraphPin * InPin
) const
GetPinProperty(FName)
| Name | GetPinProperty |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual FProperty * GetPinProperty
(
FName InPinName
) const