Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxyManager
Gets an event delegate that is executed when a target device proxy was added.
| Name | FOnTargetDeviceProxyAdded |
| Type | class |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
| Include Path | #include "ITargetDeviceProxyManager.h" |
Syntax
class FOnTargetDeviceProxyAdded : public TBaseMulticastDelegate_OneParam< void, const TSharedRef< ITargetDeviceProxy > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const TSharedRef< ITargetDeviceProxy > & > → ITargetDeviceProxyManager::FOnTargetDeviceProxyAdded