Files
2025-05-18 13:04:45 +08:00

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();
}