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