Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include | #include "ILiveLinkClient.h" |
Syntax
enum ELiveLinkSubjectState
{
Connected,
Unresponsive,
Disconnected,
InvalidOrDisabled,
Unknown,
}
Values
| Name | Description |
|---|---|
| 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 |
| Unknown | The state of the subject is unknown. e.g. It cannot be queried |
Remarks
Describes the state of a live link subject