// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" class IRunRenderer { public: virtual ~IRunRenderer() {} };