Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Status of a UE client connected to a live link hub.
| Name | ELiveLinkClientStatus |
| Type | enum |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
enum ELiveLinkClientStatus
{
Connected,
Disconnected,
Recording,
}
Values
| Name | Remarks |
|---|---|
| Connected | |
| Disconnected | Default state of a UE client. |
| Recording | Client is not connected to the hub. UE is currently doing a take record. |