9 lines
183 B
C++
9 lines
183 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Features/EditorFeatures.h"
|
|
|
|
namespace EditorFeatures
|
|
{
|
|
UNREALED_API extern const FName PluginsEditor("PluginsEditor");
|
|
}
|