| 195 | const FFlowPinTypeName& GetPinTypeName() const { return PinTypeName; } |
| 196 | const FFlowPinType* ResolveFlowPinType() const; |
| 197 | void SetPinSubCategoryObject(UObject* Object) { PinSubCategoryObject = Object; } |
| 198 | static FFlowPinTypeName GetPinTypeNameForLegacyPinType(EFlowPinType PinType); |
| 199 | |
| 200 | const TWeakObjectPtr<UObject>& GetPinSubCategoryObject() const { return PinSubCategoryObject; } |