Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Private/MetaHumanCaptureProtocolStack.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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)