Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework > API/Runtime/LiveLinkMessageBusFramework/FLiveLinkProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Publish
(
MessageType* Message |
Broadcast message on the network. | LiveLinkProviderImpl.h | |
| Broadcast message on the network with annotations. | LiveLinkProviderImpl.h |
Publish(MessageType *)
Description
Broadcast message on the network.
| Name | Publish |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkProviderImpl.h |
| Include Path | #include "LiveLinkProviderImpl.h" |
template<typename MessageType>
void Publish
(
MessageType * Message
)
Publish(MessageType *, const TMap< FName, FString > &)
Description
Broadcast message on the network with annotations.
| Name | Publish |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkProviderImpl.h |
| Include Path | #include "LiveLinkProviderImpl.h" |
template<typename MessageType>
void Publish
(
MessageType * Message,
const TMap < FName , FString > & Annotations
)