// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Modules/ModuleInterface.h" /** * The public interface of the MovieSceneTools module */ class IMovieSceneTools : public IModuleInterface { public: };