Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- FPendingLatentAction
- FLiveLinkMessageBusFinderAction
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusFinder.h |
Include | #include "LiveLinkMessageBusFinder.h" |
Syntax
struct FLiveLinkMessageBusFinderAction : public FPendingLatentAction
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FWeakObjectPtr | CallbackTarget | |
![]() |
FName | ExecutionFunction | |
![]() |
TWeakObjectPtr< ULiveLinkMessageBusFinder > | MessageBusFinderWeakPtr | |
![]() |
TArray< FProviderPollResult > & | OutAvailableProviders | |
![]() |
int32 | OutputLink | |
![]() |
float | RemainingTime |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLiveLinkMessageBusFinderAction
(
const FLatentActionInfo& InLatentInfo, |
Overridden from FPendingLatentAction
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | Returns a human readable description of the latent operation's current state. | |
![]() ![]() |
void | UpdateOperation
(
FLatentResponse& Response |
Return true when the action is completed. |