Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_CustomProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPinTargetVariableName
(
const UEdGraphPin* InPin |
Gets the unique name for the property linked to a given pin. | AnimGraphNode_CustomProperty.h | |
FString GetPinTargetVariableName
(
FName InPinName |
Gets the unique name for the property linked to a given pin name. | AnimGraphNode_CustomProperty.h |
GetPinTargetVariableName(const UEdGraphPin *)
Description
Gets the unique name for the property linked to a given pin.
| Name | GetPinTargetVariableName |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CustomProperty.h |
| Include Path | #include "AnimGraphNode_CustomProperty.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomProperty.cpp |
FString GetPinTargetVariableName
(
const UEdGraphPin * InPin
) const
GetPinTargetVariableName(FName)
Description
Gets the unique name for the property linked to a given pin name.
| Name | GetPinTargetVariableName |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CustomProperty.h |
| Include Path | #include "AnimGraphNode_CustomProperty.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomProperty.cpp |
FString GetPinTargetVariableName
(
FName InPinName
) const