Files
UnrealEngine/Engine/Source/Editor/UnrealEd/Private/Features/EditorFeatures.cpp
2025-05-18 13:04:45 +08:00

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" );
}