Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkMessageBusFinder
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusFinder.h |
| Include | #include "LiveLinkMessageBusFinder.h" |
Syntax
UCLASS&40;BlueprintType&41;
class ULiveLinkMessageBusFinder : public UObject
Remarks
Asset for finding available Message Bus Sources.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConnectToProvider
(
FProviderPollResult& Provider, |
Connects to a given Message Bus Provider and returns a handle to the created LiveLink Source | |
| ULiveLinkMessageBusFinder * | Constructs a new Message Bus Finder which enables you to detect available Message Bus Providers on the network | ||
| void | GetAvailableProviders
(
UObject* WorldContextObject, |
Broadcasts a message to the network and returns a list of all providers who replied within a set amount of time. | |
| void | GetPollResults
(
TArray< FProviderPollResult >& AvailableProviders |
Populates AvailableProviders with the Providers who have responded to the latest poll. | |
| void | PollNetwork () |
Broadcast a ping message to the network and listen for responses. |