Navigation
API > API/Developer > API/Developer/TargetDeviceServices
Implements a message that is sent when a device is no longer claimed.
| Name | FTargetDeviceUnclaimed |
| Type | struct |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
Syntax
USTRUCT ()
struct FTargetDeviceUnclaimed
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | TargetDeviceServiceMessages.h | ||
FTargetDeviceUnclaimed
(
const FString& InDeviceName, |
Creates and initializes a new instance. | TargetDeviceServiceMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceName | FString | Holds the identifier of the device that is no longer claimed. | TargetDeviceServiceMessages.h |
|
| HostName | FString | Holds the name of the host computer that had claimed the device. | TargetDeviceServiceMessages.h |
|
| HostUser | FString | Holds the name of the user that had claimed the device. | TargetDeviceServiceMessages.h |
|
Functions
Public
See Also
-
FTargetDeviceClaimRequest