Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkMessageBusFramework
Inheritance Hierarchy
- ILiveLinkProvider_Base_DEPRECATED
- ILiveLinkProvider
- FLiveLinkProvider
References
Module | LiveLinkMessageBusFramework |
Header | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkProviderImpl.h |
Include | #include "LiveLinkProviderImpl.h" |
Syntax
struct FLiveLinkProvider : public ILiveLinkProvider
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLiveLinkProvider
(
const FString& InProviderName |
||
![]() |
FLiveLinkProvider
(
const FString& InProviderName, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FString & | ||
![]() ![]() |
const FString & | ||
![]() |
void | SendMessage
(
MessageType* Message, |
|
![]() |
void | SendMessage
(
MessageType* Message |
|
![]() |
void | Subscribe () |
Overridden from ILiveLinkProvider
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
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. |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ClearSubject
(
const FName& SubjectName |
ILiveLinkProvider::ClearSubject is deprecated. Please use RemoveSubject instead! |
![]() ![]() |
void | UpdateSubject
(
const FName& SubjectName, |
ILiveLinkProvider::UpdateSubject is deprecated. Please use UpdateSubject with the proper LiveLinkRole's structure instead! |
![]() ![]() |
PRAGMA_DISABLE_DEPRECATION_WARNINGSvoid | UpdateSubjectFrame
(
const FName& SubjectName, |
ILiveLinkProvider::UpdateSubjectFrame is deprecated. Please use UpdateSubjectFrame with the proper LiveLinkRole's structure instead! |
![]() ![]() |
void | UpdateSubjectFrame
(
const FName& SubjectName, |
ILiveLinkProvider::UpdateSubjectFrame is deprecated. Please use UpdateSubjectFrame with the proper LiveLinkRole's structure instead! |