Files
UnrealEngineUWP/Engine/Source/Editor/DetailCustomizations/Private/MotionControllerPinFactory.h
bryan sefcik 0837230669 Ran IWYU again on half of the Engine/Source/Editor/... source files.
#jira

[CL 21716414 by bryan sefcik in ue5-main branch]
2022-08-30 23:03:03 -04:00

11 lines
292 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "EdGraphUtilities.h"
#include "Templates/SharedPointer.h"
class FMotionControllerPinFactory : public FGraphPanelPinFactory
{
virtual TSharedPtr<class SGraphPin> CreatePin(class UEdGraphPin* InPin) const override;
};