Files
UnrealEngineUWP/Engine/Source/Developer/RigVMDeveloper/Private/RigVMDeveloperModule.cpp
Lina Halper 44c1bb3292 COPY from //Dev-Anim to //Dev-Main
#rb: none
#fyi: Laurent.Delayen, Thomas.Sarkanen

[CL 11088765 by Lina Halper in Main branch]
2020-01-22 17:58:55 -05:00

13 lines
420 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*=============================================================================
RigVMDeveloper.h: Module implementation.
=============================================================================*/
#include "RigVMDeveloperModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, RigVMDeveloper);
DEFINE_LOG_CATEGORY(LogRigVMDeveloper);