EM_Task/UnrealEd/Private/Features/EditorFeatures.cpp

9 lines
183 B
C++
Raw Normal View History

2026-02-13 16:18:33 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "Features/EditorFeatures.h"
namespace EditorFeatures
{
UNREALED_API extern const FName PluginsEditor("PluginsEditor");
}