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