Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FTargetDeviceServicePing () | Default constructor. | |
FTargetDeviceServicePing ( const FString& InHostUser ) | Creates and initializes a new instance. |