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