Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/ULiveLinkMessageBusFinder
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusFinder.h |
| Include | #include "LiveLinkMessageBusFinder.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkMessageBusFinder.cpp |
UFUNCTION (BlueprintCallable, Category="LiveLink",
Meta=(Latent, LatentInfo="LatentInfo", WorldContext="WorldContextObject", Duration="0.2"))
void GetAvailableProviders
(
UObject * WorldContextObject,
struct FLatentActionInfo LatentInfo,
float Duration,
TArray < FProviderPollResult > & AvailableProviders
)
Remarks
Broadcasts a message to the network and returns a list of all providers who replied within a set amount of time.
Parameters
| Name | Description |
|---|---|
| AvailableProviders | Will contain the collection of found Message Bus Providers. |
| Duration | The amount of time to wait for replies in seconds |