// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "LiveLinkSourceFactory.h" TSharedPtr ULiveLinkSourceFactory::BuildCreationPanel(FOnLiveLinkSourceCreated OnLiveLinkSourceCreated) const { return TSharedPtr(); } TSharedPtr ULiveLinkSourceFactory::CreateSourceCreationPanel() { return TSharedPtr(); } TSharedPtr ULiveLinkSourceFactory::OnSourceCreationPanelClosed(bool bMakeSource) { return TSharedPtr(); }