17 lines
540 B
C
17 lines
540 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
// HEADER_UNIT_SKIP - Deprecated
|
|
|
|
#include "IFieldNotificationClassDescriptor.h"
|
|
|
|
UE_DEPRECATED(5.3, "Including FieldNotification/IClassDescriptor.h is deprecated. The file location changed. Please include IFieldNotificationClassDescriptor.h instead and add the module FieldNotification to your .build.cs")
|
|
inline void IClassDescriptorHeaderDeprecatedWarning()
|
|
{
|
|
}
|
|
|
|
inline void TriggerIClassDescriptorHeaderDeprecatedWarning()
|
|
{
|
|
IClassDescriptorHeaderDeprecatedWarning();
|
|
}
|