EM_Task/UnrealEd/Public/Features/EditorFeatures.h
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

12 lines
258 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
namespace EditorFeatures
{
/** Allows the user to manage a list of installed plugins */
UNREALED_API extern const FName PluginsEditor;
} // namespace EditorFeatures