Files
UnrealEngineUWP/Engine/Source/Programs/LiveLinkHub/Private/LiveLinkHubRunMain.cpp
jeremie roy 504e888f5e Initial submission of livelink hub program launcher
#jira UE-195057
#rb jason.walter, geoffrey.douglas

[CL 28801840 by jeremie roy in ue5-main branch]
2023-10-16 12:18:42 -04:00

7 lines
181 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "HAL/Platform.h"
#include "RequiredProgramMainCPPInclude.h"
IMPLEMENT_APPLICATION(LiveLinkHubLauncher, "LiveLinkHub");