Files
UnrealEngineUWP/Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Private/LiveLinkGraphNodeModule.cpp
patrick boutot 8b4ccdfec9 Move LiveLink graph node to their own developer module to work with -game
#rb simon.therriault
#jira UE-76495

#ROBOMERGE-SOURCE: CL 7106453 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 7106454 by patrick boutot in Main branch]
2019-06-20 13:05:10 -04:00

7 lines
156 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, LiveLinkGraphNode);