Navigation
API > API/Plugins > API/Plugins/LiveLink
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusFinder.h |
| Include | #include "LiveLinkMessageBusFinder.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FProviderPollResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMessageAddress | Address | ||
| bool | bIsValidProvider | Whether the provider is valid (compatible with the current version of LiveLink) | |
| FString | MachineName | The name of the machine the provider is running on. | |
| double | MachineTimeOffset | Offset between sender's engine time and receiver's engine time. | |
| FString | Name | The name of the provider. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FProviderPollResult
(
const FMessageAddress& InAddress, |
This version of the FProviderPollResult constructor is deprecated. Please use the new constructor instead. | ||
FProviderPollResult
(
const FMessageAddress& InAddress, |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FProviderPollResult
(
const FMessageAddress& InAddress, |
This version of the FProviderPollResult constructor is deprecated. Please use the new constructor instead. |