Navigation
API > API/Plugins > API/Plugins/LiveLinkFaceDiscovery > API/Plugins/LiveLinkFaceDiscovery/FLiveLinkFaceDiscovery
A representation of a discovered device running the Live Link Face application
| |
|
| Name |
FServer |
| Type |
struct |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/LiveLinkFaceDiscovery/Public/LiveLinkFaceDiscovery.h |
| Include Path |
#include "LiveLinkFaceDiscovery.h" |
Syntax
struct FServer
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FServer
(
const FGuid InId,
FString InName,
FString InAddress,
const uint16 InControlPort,
const double InLastSeen
)
|
|
LiveLinkFaceDiscovery.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Address |
const FString |
The IPV4 address of the discovered device |
LiveLinkFaceDiscovery.h |
|
| ControlPort |
const uint16 |
The port to use when establishing a CPS control TCP connection |
LiveLinkFaceDiscovery.h |
|
| Id |
const FGuid |
A unique identifier for the device |
LiveLinkFaceDiscovery.h |
|
| LastSeen |
const double |
The PlatformTime when the device last provided a discovery response or notification |
LiveLinkFaceDiscovery.h |
|
| Name |
const FString |
The user defined device name |
LiveLinkFaceDiscovery.h |
|
Functions
Public
Operators