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&40;BlueprintCallable, Category&61;"LiveLink"&41;
static void ConnectToProvider
&40;
FProviderPollResult & Provider,
FLiveLinkSourceHandle & SourceHandle
&41;
Remarks
Connects to a given Message Bus Provider and returns a handle to the created LiveLink Source
Parameters
| Name | Description |
|---|---|
| Provider | The provider to connect to. |
| SourceHandle | A handle to the created LiveLink Source, lets you query information about the created source and request a shutdown |