Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor that setups LiveLink to use the SamplingInput delegate to tick. | LiveLinkClient.h | ||
FLiveLinkClient
(
FSimpleMulticastDelegate& InTickingDelegate |
LiveLinkClient.h | ||
FLiveLinkClient
(
FTSSimpleMulticastDelegate& InTickingDelegate |
LiveLinkClient.h |
FLiveLinkClient()
Description
Default constructor that setups LiveLink to use the SamplingInput delegate to tick.
| Name | FLiveLinkClient |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include Path | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
FLiveLinkClient()
FLiveLinkClient(FSimpleMulticastDelegate &)
| Name | FLiveLinkClient |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include Path | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
FLiveLinkClient
(
FSimpleMulticastDelegate & InTickingDelegate
)
FLiveLinkClient(FTSSimpleMulticastDelegate &)
| Name | FLiveLinkClient |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include Path | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
FLiveLinkClient
(
FTSSimpleMulticastDelegate & InTickingDelegate
)