Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceService
Description
Checks whether the device is being shared with other users.
If a device is shared, the device proxies of all users on the network can discover and use the device.
| Name | IsShared |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceService.h |
| Include Path | #include "ITargetDeviceService.h" |
bool IsShared() const
true if the device is shared, false otherwise.
See Also
- SetShared