You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
See the attached Jira for a current screenshot of the UI #jira UE-148909 #review @Brandon.Schaefer, @editor-ux #preflight none [CL 20368463 by robert seiver in ue5-main branch]
10 lines
205 B
C++
10 lines
205 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SlateUGSApp.h"
|
|
#include "UnixCommonStartup.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return CommonUnixMain(argc, argv, &RunSlateUGS);
|
|
}
|