// Copyright Epic Games, Inc. All Rights Reserved. #pragma once /** * Interface for the OverlayEditor module */ class IOverlayEditorModule : public IModuleInterface { public: /** Virtual destructor */ virtual ~IOverlayEditorModule() {} };