Go to the source code of this file.
|
| | DECLARE_TS_MULTICAST_DELEGATE_OneParam (FOnLiveLinkSourceChangedDelegate, FGuid) |
| |
| | DECLARE_TS_MULTICAST_DELEGATE_OneParam (FOnLiveLinkSubjectChangedDelegate, FLiveLinkSubjectKey) |
| |
| | DECLARE_TS_MULTICAST_DELEGATE_OneParam (FOnLiveLinkSubjectStaticDataReceived, const FLiveLinkStaticDataStruct &) DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnLiveLinkSubjectFrameDataReceived |
| |
| const FLiveLinkFrameDataStruct & | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams (FOnLiveLinkSubjectStaticDataAdded, FLiveLinkSubjectKey, TSubclassOf< ULiveLinkRole >, const FLiveLinkStaticDataStruct &) DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FOnLiveLinkSubjectFrameDataAdded |
| |
| const FLiveLinkFrameDataStruct const FLiveLinkFrameDataStruct & | DECLARE_TS_MULTICAST_DELEGATE_FiveParams (FOnLiveLinkSubjectEvaluated, FLiveLinkSubjectKey, TSubclassOf< ULiveLinkRole >, const FLiveLinkTime &, bool, const FLiveLinkTime &) DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FOnLiveLinkSubjectStateChanged |
| |
| | DECLARE_TS_MULTICAST_DELEGATE_TwoParams (FOnLiveLinkSubjectEnabledDelegate, FLiveLinkSubjectKey, bool) |
| |
◆ UE_API
◆ ELiveLinkSubjectState
Describes the state of a live link subject
| Enumerator |
|---|
| 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
|
◆ DECLARE_TS_MULTICAST_DELEGATE_FiveParams()
◆ DECLARE_TS_MULTICAST_DELEGATE_OneParam() [1/3]
◆ DECLARE_TS_MULTICAST_DELEGATE_OneParam() [2/3]
◆ DECLARE_TS_MULTICAST_DELEGATE_OneParam() [3/3]
◆ DECLARE_TS_MULTICAST_DELEGATE_ThreeParams()
◆ DECLARE_TS_MULTICAST_DELEGATE_TwoParams()
◆ ELiveLinkSubjectState
◆ FLiveLinkSubjectKey
◆ TSubclassOf< ULiveLinkRole >