Files
UnrealEngineUWP/Engine/Source/Developer/SourceControl/Private/SourceControlCVars.h

12 lines
322 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "HAL/IConsoleManager.h"
namespace SourceControlCVars
{
extern TAutoConsoleVariable<bool> CVarSourceControlEnableRevertFromSceneOutliner;
extern TAutoConsoleVariable<bool> CVarSourceControlEnableRevertFromSubmitWidget;
}