Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLocalLiveLinkSource/Private/MetaHumanLocalLiveLinkSourceModule.cpp
2025-05-18 13:04:45 +08:00

13 lines
256 B
C++

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