16#include "LiveLinkSourceFactory.generated.h"
25UCLASS(Abstract, MinimalAPI)
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition ILiveLinkClient.h:61
Definition ILiveLinkSource.h:16
Definition SharedPointer.h:692
Definition LiveLinkSourceFactory.h:27
EMenuType
Definition LiveLinkSourceFactory.h:44
virtual bool IsEnabled() const
Definition LiveLinkSourceFactory.h:69
virtual EMenuType GetMenuType() const
Definition LiveLinkSourceFactory.h:54
DECLARE_DELEGATE_TwoParams(FOnLiveLinkSourceCreated, TSharedPtr< ILiveLinkSource >, FString)
virtual TSharedPtr< ILiveLinkSource > CreateSource(const FString &ConnectionString) const PURE_VIRTUAL(ULiveLinkSourceFactory
Definition LiveLinkSourceFactory.h:66
virtual FText GetSourceDisplayName() const PURE_VIRTUAL(ULiveLinkSourceFactory
Definition LiveLinkSourceFactory.h:32