Navigation
API > API/Developer > API/Developer/TargetDeviceServices
References
| Module | TargetDeviceServices |
| Header | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include | #include "TargetDeviceServiceMessages.h" |
Syntax
struct FTargetDeviceServicePing
Remarks
Device discovery messages Implements a message for discovering target device services on the network.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | HostUser | Holds the name of the user who generated the ping. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FTargetDeviceServicePing
(
const FString& InHostUser |
Creates and initializes a new instance. |