13 lines
262 B
C++
13 lines
262 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "CommonLoadingScreenSettings.h"
|
|
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(CommonLoadingScreenSettings)
|
|
|
|
UCommonLoadingScreenSettings::UCommonLoadingScreenSettings()
|
|
{
|
|
CategoryName = TEXT("Game");
|
|
}
|
|
|