Files
UnrealEngine/Engine/Source/Runtime/UMG/Public/FieldNotification/FieldNotificationDeclaration.h
2025-05-18 13:04:45 +08:00

17 lines
580 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
// HEADER_UNIT_SKIP - Deprecated
#include "FieldNotificationDeclaration.h"
UE_DEPRECATED(5.3, "Including FieldNotification/FieldNotificationDeclaration.h is deprecated. The location of has changed. Please include FieldNotificationDeclaration.h instead and add the module FieldNotification to your .build.cs")
inline void FieldNotificationDeclarationHeaderDeprecatedWarning()
{
}
inline void TriggerFieldNotificationDeclarationHeaderDeprecatedWarning()
{
FieldNotificationDeclarationHeaderDeprecatedWarning();
}