Navigation
Unreal Engine C++ API Reference > 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&40;BlueprintCallable, Category&61;"LiveLink",
Meta&61;&40;Latent, LatentInfo&61;"LatentInfo", WorldContext&61;"WorldContextObject", Duration&61;"0.2"&41;&41;
void GetAvailableProviders
&40;
UObject &42; WorldContextObject,
struct FLatentActionInfo LatentInfo,
float Duration,
TArray< FProviderPollResult > & AvailableProviders
&41;
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 |