Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework
Inheritance Hierarchy
- ILiveLinkProvider
- FLiveLinkProvider
References
| Module | LiveLinkMessageBusFramework |
| Header | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkProvider.h |
| Include | #include "LiveLinkProvider.h" |
Syntax
struct ILiveLinkProvider
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ILiveLinkProvider > | CreateLiveLinkProvider
(
const FString& ProviderName |
||
| TSharedPtr< ILiveLinkProvider > | CreateLiveLinkProvider
(
const FString& ProviderName, |
Create a Live Link Provider based on a class derived from ILiveLinkProvider instead of using the default Live Link Provider. | |
| bool | Is this provider currently connected to something. | ||
| FDelegateHandle | RegisterConnStatusChangedHandle
(
const FLiveLinkProviderConnectionStatusChanged::FDelegate& ConnStatusChanged |
Function for managing connection status changed delegate. | |
| void | RemoveSubject
(
const FName SubjectName |
Inform UE that a subject won't be streamed anymore. | |
| void | UnregisterConnStatusChangedHandle
(
FDelegateHandle Handle |
Function for managing connection status changed delegate. | |
| bool | UpdateSubjectFrameData
(
const FName SubjectName, |
Send the static data of a subject to UE. | |
| bool | UpdateSubjectStaticData
(
const FName SubjectName, |
Send, to UE, the static data of a subject. |