14 lines
311 B
C++
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)
|