Files
2025-05-18 13:04:45 +08:00

14 lines
311 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "MetaHumanCaptureProtocolStack.h"
void FMetaHumanCaptureProtocolStackModule::StartupModule()
{
}
void FMetaHumanCaptureProtocolStackModule::ShutdownModule()
{
}
IMPLEMENT_MODULE(FMetaHumanCaptureProtocolStackModule, MetaHumanCaptureProtocolStack)