Remove as much C++ deprecation as possible up to 4.17 (along with a few scattered removals from beyond)

#preflight 61eefc77ba69a4fdb220bf23

#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 18712765 in //UE5/Release-5.0/... via CL 18712784 via CL 18713147
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18713191 by marc audy in ue5-main branch]
This commit is contained in:
marc audy
2022-01-24 15:07:48 -05:00
parent 85590f14aa
commit 6553e6cd0a
133 changed files with 44 additions and 2143 deletions
@@ -13,16 +13,6 @@ class ITargetDeviceProxy;
struct FGuid;
/** Type definition for shared pointers to instances of ITargetDeviceProxy. */
UE_DEPRECATED(4.16, "ITargetDeviceProxyPtr is deprecated. Please use 'TSharedPtr<ITargetDeviceProxy>' instead!")
typedef TSharedPtr<class ITargetDeviceProxy> ITargetDeviceProxyPtr;
/** Type definition for shared references to instances of ITargetDeviceProxy. */
UE_DEPRECATED(4.16, "ITargetDeviceProxyRef is deprecated. Please use 'TSharedPtr<ITargetDeviceProxy>' instead!")
typedef TSharedRef<class ITargetDeviceProxy> ITargetDeviceProxyRef;
/**
* Interface for target device proxies.
*/
@@ -12,16 +12,6 @@ class ITargetDeviceProxy;
class ITargetDeviceProxyManager;
class ITargetDeviceServiceManager;
/** Type definition for shared pointers to instances of ITargetDeviceProxyManager. */
UE_DEPRECATED(4.16, "ITargetDeviceProxyManagerPtr is deprecated. Please use 'TSharedPtr<ITargetDeviceProxyManager>' instead!")
typedef TSharedPtr<class ITargetDeviceProxyManager> ITargetDeviceProxyManagerPtr;
/** Type definition for shared references to instances of ITargetDeviceProxyManager. */
UE_DEPRECATED(4.16, "ITargetDeviceProxyManagerRef is deprecated. Please use 'TSharedPtr<ITargetDeviceProxyManager>' instead!")
typedef TSharedRef<class ITargetDeviceProxyManager> ITargetDeviceProxyManagerRef;
/**
* Interface for device proxy managers.
*/
@@ -11,16 +11,6 @@
class FString;
class ITargetDeviceService;
/** Type definition for shared pointers to instances of ITargetDeviceServiceManager. */
UE_DEPRECATED(4.16, "ITargetDeviceServiceManagerPtr is deprecated. Please use 'TSharedPtr<ITargetDeviceServiceManager>' instead!")
typedef TSharedPtr<class ITargetDeviceServiceManager> ITargetDeviceServiceManagerPtr;
/** Type definition for shared references to instances of ITargetDeviceServiceManager. */
UE_DEPRECATED(4.16, "ITargetDeviceServiceManagerRef is deprecated. Please use 'TSharedPtr<ITargetDeviceServiceManager>' instead!")
typedef TSharedRef<class ITargetDeviceServiceManager> ITargetDeviceServiceManagerRef;
/**
* Interface for target device service managers.
*/