You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
14 lines
290 B
// Georgy Treshchev 2025.
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
class FRuntimeMetaHumanLipSyncDeveloperModule : public IModuleInterface
|
|
{
|
|
public:
|
|
virtual void StartupModule() override
|
|
{
|
|
|
|
}
|
|
};
|
|
|
|
IMPLEMENT_MODULE(FRuntimeMetaHumanLipSyncDeveloperModule, RuntimeMetaHumanLipSyncDeveloper);
|
|
|