Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | FCustomPin |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EaseFunction.h |
| Include Path | #include "K2Node_EaseFunction.h" |
Syntax
USTRUCT ()
struct FCustomPin
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bValuePin | bool | If TRUE this is a custom pin that does come from the type of wildcard pin connected | K2Node_EaseFunction.h | |
| CallFuncPinName | FName | Name of the pin of the call function | K2Node_EaseFunction.h | |
| PinName | FName | Name of the pin within the current node | K2Node_EaseFunction.h |