EM_Task/UnrealEd/Public/Features/EditorFeatures.h

12 lines
258 B
C
Raw Permalink Normal View History

2026-02-13 16:18:33 +08:00
// 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