FTargetDeviceClaimDenied

Device claiming messages Implements a message that is sent when a device is already claimed by someone else.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceClaimDenied

Remarks

Device claiming messages Implements a message that is sent when a device is already claimed by someone else.

Variables

Name Description

Public variable

FString

 

DeviceName

Holds the identifier of the device that is already claimed.

Public variable

FString

 

HostName

Holds the name of the host computer that claimed the device.

Public variable

FString

 

HostUser

Holds the name of the user that claimed the device.

Constructors

Name Description

Public function

FTargetDeviceClaimDenied()

Default constructor.

Public function

FTargetDeviceClaimDenied

(
    const FString& InDeviceName,
    const FString& InHostName,
    const FString& InHostUser
)

Creates and initializes a new instance.

See Also

FTargetDeviceClaimDropped

FTargetDeviceClaimRequest

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss