Navigation
API > API/Developer > API/Developer/TargetDeviceServices
Device claiming messages Implements a message that is sent when a device is already claimed by someone else.
| Name | FTargetDeviceClaimDenied |
| Type | struct |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
Syntax
USTRUCT ()
struct FTargetDeviceClaimDenied
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | TargetDeviceServiceMessages.h | ||
FTargetDeviceClaimDenied
(
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 already claimed. | TargetDeviceServiceMessages.h |
|
| HostName | FString | Holds the name of the host computer that claimed the device. | TargetDeviceServiceMessages.h |
|
| HostUser | FString | Holds the name of the user that claimed the device. | TargetDeviceServiceMessages.h |
|
Functions
Public
See Also
-
FTargetDeviceClaimDropped
-
FTargetDeviceClaimRequest