// Copyright Epic Games, Inc. All Rights Reserved. #include "SlateIMInGameModule.h" void FSlateIMInGameModule::StartupModule() { } void FSlateIMInGameModule::ShutdownModule() { } IMPLEMENT_MODULE(FSlateIMInGameModule, SlateIMInGame)