FTargetDeviceUnclaimed

Implements a message that is sent when a device is no longer claimed.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceUnclaimed

Remarks

Implements a message that is sent when a device is no longer claimed.

Variables

Name Description

Public variable

FString

 

DeviceName

Holds the identifier of the device that is no longer claimed.

Public variable

FString

 

HostName

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

Public variable

FString

 

HostUser

Holds the name of the user that had claimed the device.

Constructors

Name Description

Public function

FTargetDeviceUnclaimed()

Default constructor.

Public function

FTargetDeviceUnclaimed

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

Creates and initializes a new instance.

See Also

FTargetDeviceClaimDenied

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