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