// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "Toolkits/AssetEditorToolkit.h" /** StructUtils Editor public interface */ class STRUCTUTILSEDITOR_API IStructUtilsEditor : public FAssetEditorToolkit { public: };