Files
UnrealEngine/Engine/Source/Runtime/UMG/Public/FieldNotification/FieldNotificationHelpers.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

17 lines
554 B
C

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