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