14 lines
275 B
C++
14 lines
275 B
C++
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
||
|
#include "LyraWeaponDebugSettings.h"
|
||
|
#include "Misc/App.h"
|
||
|
|
||
|
ULyraWeaponDebugSettings::ULyraWeaponDebugSettings()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
FName ULyraWeaponDebugSettings::GetCategoryName() const
|
||
|
{
|
||
|
return FApp::GetProjectName();
|
||
|
}
|