17 lines
454 B
C
17 lines
454 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
// HEADER_UNIT_SKIP - Deprecated
|
|
|
|
#include "Widgets/SRadialSlider.h"
|
|
|
|
UE_DEPRECATED(5.1, "Including Slate/SRadialSlider.h is deprecated. The location of SRadialSlider has changed. Please include Widgets/SRadialSlider.h instead.")
|
|
inline void SRadialSliderHeaderDeprecatedWarning()
|
|
{
|
|
}
|
|
|
|
inline void TriggerSRadialSliderHeaderDeprecatedWarning()
|
|
{
|
|
SRadialSliderHeaderDeprecatedWarning();
|
|
}
|