Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Describes the state of a live link subject
| Name | ELiveLinkSubjectState |
| Type | enum |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
Syntax
enum ELiveLinkSubjectState
{
Connected,
Unresponsive,
Disconnected,
InvalidOrDisabled,
Paused,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| Connected | The input is connected. |
| Unresponsive | The input is connected but no data is available. |
| Disconnected | The input is not connected. |
| InvalidOrDisabled | The subject is invalid or disabled |
| Paused | The subject is currently paused. |
| Unknown | The state of the subject is unknown. e.g. It cannot be queried |