// Copyright Epic Games, Inc. All Rights Reserved. #include "Modules/ModuleManager.h" class FMetaHumanLocalLiveLinkSourceModule : public IModuleInterface { public: }; IMPLEMENT_MODULE(FMetaHumanLocalLiveLinkSourceModule, MetaHumanLocalLiveLinkSource)