unreal.LiveLinkSubjectState¶
- class unreal.LiveLinkSubjectState¶
Bases:
EnumBaseDescribes the state of a live link subject
C++ Source:
Module: LiveLinkInterface
File: ILiveLinkClient.h
- CONNECTED: LiveLinkSubjectState¶
The input is connected.
- Type:
0
- DISCONNECTED: LiveLinkSubjectState¶
The input is not connected.
- Type:
2
- INVALID_OR_DISABLED: LiveLinkSubjectState¶
The subject is invalid or disabled
- Type:
3
- UNKNOWN: LiveLinkSubjectState¶
The state of the subject is unknown. e.g. It cannot be queried
- Type:
4
- UNRESPONSIVE: LiveLinkSubjectState¶
The input is connected but no data is available.
- Type:
1