Navigation
API > API/Plugins > API/Plugins/LiveLink
| Name | FProviderPollResult |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusFinder.h |
| Include Path | #include "LiveLinkMessageBusFinder.h" |
Syntax
USTRUCT (BlueprintType )
struct FProviderPollResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LiveLinkMessageBusFinder.h | |||
FProviderPollResult
(
const FMessageAddress& InAddress, |
LiveLinkMessageBusFinder.h | ||
FProviderPollResult
(
const FMessageAddress& InAddress, |
LiveLinkMessageBusFinder.h | ||
FProviderPollResult
(
const FMessageAddress& InAddress, |
LiveLinkMessageBusFinder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | FMessageAddress | Messagebus address of the provider. | LiveLinkMessageBusFinder.h | |
| Annotations | TMap< FName, FString > | Annotations present on the message. | LiveLinkMessageBusFinder.h | |
| bIsValidProvider | bool | Whether the provider is valid (compatible with the current version of LiveLink) | LiveLinkMessageBusFinder.h |
|
| DiscoveryProtocolVersion | int32 | Version of the discovery protocol. | LiveLinkMessageBusFinder.h |
|
| MachineName | FString | The name of the machine the provider is running on. | LiveLinkMessageBusFinder.h |
|
| MachineTimeOffset | double | Offset between sender's engine time and receiver's engine time. | LiveLinkMessageBusFinder.h | |
| Name | FString | The name of the provider. | LiveLinkMessageBusFinder.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the annotations that were present on the message. | LiveLinkMessageBusFinder.h |