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