// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SNiagaraGraphPinNumeric.h" void SNiagaraGraphPinNumeric::Construct(const FArguments& InArgs, UEdGraphPin* InGraphPinObj) { SGraphPin::Construct(SGraphPin::FArguments(), InGraphPinObj); }