You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-171293 #rb Matt.Kuhlenschmidt #preflight 63dc9e4207207b2570320dfa [CL 24004153 by karen jirak in ue5-main branch]
18 lines
267 B
C++
18 lines
267 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
// #include "ToolkitStyle.h"
|
|
#include "WidgetRegistrationModule.h"
|
|
|
|
|
|
// @TODO: ~enable ToolkitStyle set
|
|
|
|
void FWidgetRegistrationModule::StartupModule()
|
|
{
|
|
}
|
|
|
|
void FWidgetRegistrationModule::ShutdownModule()
|
|
{
|
|
}
|
|
|
|
|