10 lines
240 B
C++
10 lines
240 B
C++
// Copyright 2025 https://yuewu.dev/en All Rights Reserved.
|
|
|
|
|
|
#include "GUIS_GenericUISystemSettings.h"
|
|
|
|
const UGUIS_GenericUISystemSettings* UGUIS_GenericUISystemSettings::Get()
|
|
{
|
|
return GetDefault<UGUIS_GenericUISystemSettings>();
|
|
}
|