Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents > API/Plugins/LiveLinkComponents/ULiveLinkControllerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
float DeltaTime, |
LiveLinkControllerBase.h | ||
virtual void Tick
(
float DeltaTime, |
Function called every frame with the data evaluated by the component. | LiveLinkControllerBase.h |
Tick(float, const FLiveLinkSubjectRepresentation &)
| Name | Tick |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkControllerBase.h |
| Include Path | #include "LiveLinkControllerBase.h" |
virtual void Tick
(
float DeltaTime,
const FLiveLinkSubjectRepresentation & SubjectRepresentation
)
Tick(float, const FLiveLinkSubjectFrameData &)
Description
Function called every frame with the data evaluated by the component.
| Name | Tick |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkControllerBase.h |
| Include Path | #include "LiveLinkControllerBase.h" |
virtual void Tick
(
float DeltaTime,
const FLiveLinkSubjectFrameData & SubjectData
)