Files
UnrealEngine/Engine/Source/Programs/BuildPatchTool/Public/ToolModes/VerifyChunksMode.h
2025-05-18 13:04:45 +08:00

15 lines
276 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Interfaces/ToolMode.h"
namespace BuildPatchTool
{
class FVerifyChunksToolModeFactory
{
public:
static IToolModeRef Create(IBuildPatchServicesModule& BpsInterface);
};
}